From 28e26f5d65c21f18c28a8116044068173b11e904 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 30 May 2025 16:04:48 +0000 Subject: [PATCH] Update play-json to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 315edb7..dab701c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ routesGenerator := InjectedRoutesGenerator libraryDependencies += "org.playframework" %% "play-slick" % "6.1.1" libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.1.1" -libraryDependencies += "org.playframework" %% "play-json" % "3.0.2" +libraryDependencies += "org.playframework" %% "play-json" % "3.0.4" libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % "test" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.15" % "test" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.15" % "test"