Skip to content

Commit

Permalink
Scala steward: Pin Play
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Dec 1, 2024
1 parent adf118f commit 97f26c8
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 97f26c8

Please sign in to comment.