From 3183809b0019f3dae2d7dd0ccf72be706c0e476b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Jul 2025 16:12:59 +0000 Subject: [PATCH] Update play-json to 3.0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"