Skip to content

Commit

Permalink
Merge pull request #508 from mkurz/pin_play
Browse files Browse the repository at this point in the history
[7.x] Pin play
  • Loading branch information
mkurz authored Dec 1, 2024
2 parents adf118f + 97f26c8 commit 9502ad7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,20 @@ updates.ignore = [
{ groupId = "io.ebean", artifactId = "ebean-ddl-generator" }
{ groupId = "io.ebean", artifactId = "ebean-agent" }
]

updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-guice", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-akka-http-server", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-filters-helpers", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-java-forms", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-java-jdbc", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-server", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-specs2", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-docs", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-docs-sbt-plugin", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }
]

0 comments on commit 9502ad7

Please sign in to comment.