Skip to content

Commit

Permalink
Merge pull request #1024 from Baeldung/update/play-slick-5.2.0
Browse files Browse the repository at this point in the history
Update play-slick, play-slick-evolutions from 5.2.0-RC2 to 5.2.0
  • Loading branch information
lor6 authored Nov 22, 2023
2 parents 9f20540 + 5ef7890 commit 8268c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
"com.beachape" %% "enumeratum" % "1.7.3"
),
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-slick" % "5.2.0-RC2",
"com.typesafe.play" %% "play-slick" % "5.2.0",
"org.postgresql" % "postgresql" % "42.6.0"
),
libraryDependencies ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions play-scala/application-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scalaVersion := ScalaVersions.scala2Version
libraryDependencies += guice
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.27"
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.2.0-RC2"
libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "5.2.0-RC2"
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.2.0"
libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "5.2.0"
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test
libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test

0 comments on commit 8268c6b

Please sign in to comment.