Skip to content

Commit 9502ad7

Browse files
authored
Merge pull request #508 from mkurz/pin_play
[7.x] Pin play
2 parents adf118f + 97f26c8 commit 9502ad7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/scala-steward.conf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)