From a9e8d9b206f517fbc19386f0be47943cc2aebf90 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Jul 2025 18:51:08 +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 1eef032..64c762b 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .in(file("playJson")) .settings(commonSettings: _*) .settings(name := "diffson-play-json", - libraryDependencies += "org.playframework" %%% "play-json" % "3.0.4", + libraryDependencies += "org.playframework" %%% "play-json" % "3.0.5", tlVersionIntroduced := Map("3" -> "4.3.0")) .nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0")) .dependsOn(core, testkit % Test)