Skip to content

Commit

Permalink
Merge pull request #455 from scala-steward/update/2.9.x/play-slick-5.2.0
Browse files Browse the repository at this point in the history
play-slick, play-slick-evolutions 5.2.0 (was 5.2.0-RC2)
  • Loading branch information
mkurz authored Dec 2, 2023
2 parents 84d6966 + dcd222a commit 2f9feb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play-scala-slick-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def sampleProject(name: String) =
),
libraryDependencies ++= Seq(
guice,
"com.typesafe.play" %% "play-slick" % "5.2.0-RC2",
"com.typesafe.play" %% "play-slick-evolutions" % "5.2.0-RC2",
"com.typesafe.play" %% "play-slick" % "5.2.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.2.0",
"com.h2database" % "h2" % "2.2.224",
specs2 % Test,
),
Expand Down

0 comments on commit 2f9feb3

Please sign in to comment.