@@ -16,3 +16,20 @@ updates.ignore = [
1616 { groupId = "io.ebean", artifactId = "ebean-ddl-generator" }
1717 { groupId = "io.ebean", artifactId = "ebean-agent" }
1818]
19+
20+ updates.pin = [
21+ { groupId = "com.typesafe.play", artifactId = "play", version = "2.9." },
22+ { groupId = "com.typesafe.play", artifactId = "play-guice", version = "2.9." },
23+ { groupId = "com.typesafe.play", artifactId = "play-akka-http-server", version = "2.9." },
24+ { groupId = "com.typesafe.play", artifactId = "play-filters-helpers", version = "2.9." },
25+ { groupId = "com.typesafe.play", artifactId = "play-java-forms", version = "2.9." },
26+ { groupId = "com.typesafe.play", artifactId = "play-java-jdbc", version = "2.9." },
27+ { groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions", version = "2.9." },
28+ { groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." },
29+ { groupId = "com.typesafe.play", artifactId = "play-server", version = "2.9." },
30+ { groupId = "com.typesafe.play", artifactId = "play-specs2", version = "2.9." },
31+ { groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." },
32+ { groupId = "com.typesafe.play", artifactId = "play-docs", version = "2.9." },
33+ { groupId = "com.typesafe.play", artifactId = "play-docs-sbt-plugin", version = "2.9." },
34+ { groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }
35+ ]
0 commit comments