Skip to content

Commit

Permalink
Merge pull request #329 from mkurz/scala-steward_more_pins
Browse files Browse the repository at this point in the history
Pin dependencies in Scala steward
  • Loading branch information
mkurz committed May 5, 2024
2 parents 3116999 + e9a3caa commit 7c66b87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,17 @@ buildRoots = [
"samples/compile-timeDI",
"samples/runtimeDI",
]

updates.pin = [
{ groupId = "org.playframework", artifactId = "play", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-akka-http-server", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-filters-helpers", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-java-forms", 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-specs2", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-test", version = "3.0." },
{ groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.0." },
{ groupId = "org.playframework", artifactId = "play-mailer", version = "10.0." }
]

0 comments on commit 7c66b87

Please sign in to comment.