Skip to content

Commit

Permalink
Merge pull request #320 from mkurz/pin_deps
Browse files Browse the repository at this point in the history
[2.9.x] Scala Steward: Pin dependencies
  • Loading branch information
mkurz authored Jun 7, 2024
2 parents b260ff9 + 1dd77d3 commit 132fa3d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,38 @@ commits.message = "[2.9.x] ${artifactName} ${nextVersion} (was ${currentVersion}
pullRequests.grouping = [
{ name = "patches", "title" = "[2.9.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-ahc-ws", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-akka-http-server", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-akka-http2-support", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-cache", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-caffeine-cache", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-cluster-sharding", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-configuration", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-docs", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-ehcache", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-filters-helpers", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-guice", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-java", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-java-cluster-sharding", 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-java-jpa", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-jcache", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-jdbc", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-jdbc-api", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-joda-forms", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-netty-server", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-openid", 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-streams", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-ws", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "play-json", version = "2.10." },
{ groupId = "com.typesafe.play", artifactId = "play-functional", version = "2.10." }
]

0 comments on commit 132fa3d

Please sign in to comment.