diff --git a/build.sbt b/build.sbt index cf1bf79..79160b5 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ routesGenerator := InjectedRoutesGenerator libraryDependencies += "org.playframework" %% "play-slick" % "6.2.0" libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.2.0" -libraryDependencies += "org.playframework" %% "play-json" % "3.0.2" +libraryDependencies += "org.playframework" %% "play-json" % "3.0.5" libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % "test" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.15" % "test" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.15" % "test"