Skip to content

Commit

Permalink
Merge pull request #143 from mkurz/scala-steward_pins
Browse files Browse the repository at this point in the history
[3.0.x] Pin dependencies in Scala steward conf
  • Loading branch information
mkurz committed May 6, 2024
2 parents 9a14d1b + 6f74926 commit ac6dbf5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ commits.message = "[3.0.x] ${artifactName} ${nextVersion} (was ${currentVersion}
pullRequests.grouping = [
{ name = "patches", "title" = "[3.0.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
{ groupId = "org.playframework", artifactId = "play-ahc-ws", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-pekko-http-server", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-filters-helpers", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-guice", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-logback", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-server", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-test", version = "3.0." },
{ groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." }
]

0 comments on commit ac6dbf5

Please sign in to comment.