diff --git a/build.sbt b/build.sbt index de1cec8..dc87fdf 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.5" +libraryDependencies += "org.playframework" %% "play-json" % "3.0.6" 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"