Skip to content

Commit

Permalink
Update play-slick to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Apr 17, 2024
1 parent 01e6697 commit 6bdc2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val root = (project in file("."))
resolvers += Resolver.jcenterRepo,
libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test",
"org.playframework" %% "play-slick" % "6.0.0",
"org.playframework" %% "play-slick" % "6.1.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0",
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it",
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",
Expand Down

0 comments on commit 6bdc2b0

Please sign in to comment.