From 9cacc39a9bcc30edba286a2c968da49b9ca929d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 13:44:57 +0000 Subject: [PATCH] Update play-json to 2.10.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index aa577ae1..d284e8d2 100644 --- a/build.sbt +++ b/build.sbt @@ -234,13 +234,13 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) if (n >= 13) { Seq( "com.particeep" %% "play-json-extensions" % "0.43.1" % "test", - "com.typesafe.play" %%% "play-json" % "2.9.4" % "test", + "com.typesafe.play" %%% "play-json" % "2.10.5" % "test", "org.typelevel" %% "jawn-ast" % "1.5.1" % "test" ) } else { Seq( "ai.x" %% "play-json-extensions" % "0.42.0" % "test", - "com.typesafe.play" %%% "play-json" % "2.9.4" % "test", + "com.typesafe.play" %%% "play-json" % "2.10.5" % "test", "org.typelevel" %% "jawn-ast" % "1.5.1" % "test" ) }