Skip to content

Commit

Permalink
Merge pull request #324 from mkurz/pin_deps_29x
Browse files Browse the repository at this point in the history
[2.9.x] Pin play-slick
  • Loading branch information
mkurz authored Aug 17, 2024
2 parents 3eacb8e + 778d011 commit 50f9e1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ updates.pin = [
{ 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." }
{ groupId = "com.typesafe.play", artifactId = "play-functional", version = "2.10." },
{ groupId = "com.typesafe.play", artifactId = "play-slick", version = "5." },
{ groupId = "com.typesafe.play", artifactId = "play-slick-evolutions", version = "5." }
]

0 comments on commit 50f9e1a

Please sign in to comment.