From e431aa1171963b4cbe9a6b39c8863551e3d936d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jan 2024 00:49:43 +0000 Subject: [PATCH] Update play-json to 2.10.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ff960fa..f5f38e2e 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,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.10.3") + Seq("com.typesafe.play" %% "play-json" % "2.10.4") ) .dependsOn (slickPgCore % "test->test;compile->compile")