@@ -11,3 +11,17 @@ buildRoots = [
11
11
"samples/compile-timeDI",
12
12
"samples/runtimeDI",
13
13
]
14
+
15
+ updates.pin = [
16
+ { groupId = "org.playframework", artifactId = "play", version = "3.0." },
17
+ { groupId = "org.playframework", artifactId = "play-akka-http-server", version = "3.0." },
18
+ { groupId = "org.playframework", artifactId = "play-filters-helpers", version = "3.0." },
19
+ { groupId = "org.playframework", artifactId = "play-java-forms", version = "3.0." },
20
+ { groupId = "org.playframework", artifactId = "play-logback", version = "3.0." },
21
+ { groupId = "org.playframework", artifactId = "play-server", version = "3.0." },
22
+ { groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." },
23
+ { groupId = "org.playframework", artifactId = "play-test", version = "3.0." },
24
+ { groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." },
25
+ { groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.0." },
26
+ { groupId = "org.playframework", artifactId = "play-mailer", version = "10.0." }
27
+ ]
0 commit comments