From 77664c814d21829c8e75f58d922a198e9f8f221b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 May 2024 00:27:30 +0000 Subject: [PATCH] Update play-json to 3.0.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7338bbe..8d61588 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.thisProjectRef ThisBuild / organization := "io.waylay.kairosdb" val playWsVersion = "2.1.11" -val playJsonVersion = "2.10.5" +val playJsonVersion = "3.0.3" val specs2Version = "4.20.6" val dockerTestkitVersion = "0.11.0" @@ -39,7 +39,7 @@ lazy val root = (project in file(".")) "com.typesafe.akka" %% "akka-actor" % "2.6.20", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1", - "com.typesafe.play" %% "play-json" % playJsonVersion, + "org.playframework" %% "play-json" % playJsonVersion, "com.typesafe.play" %% "play-ws-standalone" % playWsVersion, "com.typesafe.play" %% "play-ws-standalone-json" % playWsVersion, "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",