From 36a7881e37bfce8fbbcf860c78a1e0e9e798d7a7 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 18 Jan 2024 00:12:25 +0000 Subject: [PATCH] Update play-json to 3.0.2 --- build.sbt | 2 +- project/Versions.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3ac260c1ad..f6a29af245 100644 --- a/build.sbt +++ b/build.sbt @@ -821,7 +821,7 @@ lazy val play29Json: ProjectMatrix = (projectMatrix in file("json/play29json")) Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "json" / "playjson" / "src" / "main" / "scala", Test / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "json" / "playjson" / "src" / "test" / "scala", libraryDependencies ++= Seq( - "com.typesafe.play" %%% "play-json" % Versions.play29Json, + "org.playframework" %%% "play-json" % Versions.play29Json, scalaTest.value % Test ) ) diff --git a/project/Versions.scala b/project/Versions.scala index 59b1b89218..f0f1a7326c 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -19,7 +19,7 @@ object Versions { val swaggerUi = "5.10.3" val upickle = "3.1.4" val playJson = "3.0.1" - val play29Json = "2.10.4" + val play29Json = "3.0.2" val finatra = "23.11.0" val catbird = "21.12.0" val json4s = "4.0.7"