From e427784d25ad9fd9133b7dfa86cb5cef306ab251 Mon Sep 17 00:00:00 2001 From: "scala-steward-codacy[bot]" <125902487+scala-steward-codacy[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:00:40 +0000 Subject: [PATCH] Update play-json to 2.10.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2fcdb5f4..624b443e 100644 --- a/build.sbt +++ b/build.sbt @@ -83,7 +83,7 @@ lazy val apiScala = project .settings( commonSettings, libraryDependencies ++= Seq( - "com.typesafe.play" %% "play-json" % "2.10.5", + "com.typesafe.play" %% "play-json" % "2.10.8", ("org.scalaj" %% "scalaj-http" % "2.4.2").cross(CrossVersion.for3Use2_13), "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r", scalatest % Test