Skip to content

Commit

Permalink
Merge pull request #552 from mkurz/pin_deps
Browse files Browse the repository at this point in the history
[0.11.x] Scala Steward: Pin dependencies
  • Loading branch information
mkurz authored Jun 18, 2024
2 parents 89813f2 + 56588c1 commit d0a3bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9."},
{ groupId = "com.typesafe.play", artifactId = "sbt-twirl", version = "1.6." },
{ groupId = "com.typesafe.play", artifactId = "twirl-api", version = "1.6." },
{ groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play", version = "6.0." },
# Prevent updates to 3.2.x and beyond
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1."}
]
Expand Down

0 comments on commit d0a3bc1

Please sign in to comment.