From d55dd1f807ccb045bfe34a8d7efa05f70f54e4af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 21:59:45 +0000 Subject: [PATCH] Update play-json to 2.10.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b167c36d..b7c79105 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ lazy val slickPgPlayJson = (project in file("./addons/play-json")) name := "slick-pg_play-json", description := "Slick extensions for PostgreSQL - play-json module", libraryDependencies := mainDependencies(scalaVersion.value) ++ - Seq("com.typesafe.play" %% "play-json" % "2.9.4") + Seq("com.typesafe.play" %% "play-json" % "2.10.3") ) .dependsOn (slickPgCore % "test->test;compile->compile")