From ac3d6c541935a20fe77f4f4ea273958521c30d48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Oct 2025 14:13:18 +0000 Subject: [PATCH] Update json4s-core, json4s-jackson, ... to 4.1.0 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 8526c4b..92d4c4e 100644 --- a/build.sbt +++ b/build.sbt @@ -206,7 +206,7 @@ lazy val dependency = object Version { val avro4s = "4.1.2" val circe = "0.14.10" - val json4s = "4.0.7" + val json4s = "4.1.0" val jsoniterScala = "2.33.0" val scalaTest = "3.2.19" val kafka = "3.9.0" @@ -223,9 +223,9 @@ lazy val dependency = val circeParser = "io.circe" %% "circe-parser" % Version.circe val circeJawn = "io.circe" %% "circe-jawn" % Version.circe val circeGeneric = "io.circe" %% "circe-generic" % Version.circe - val json4sCore = "org.json4s" %% "json4s-core" % Version.json4s - val json4sJackson = "org.json4s" %% "json4s-jackson" % Version.json4s - val json4sNative = "org.json4s" %% "json4s-native" % Version.json4s + val json4sCore = "io.github.json4s" %% "json4s-core" % Version.json4s + val json4sJackson = "io.github.json4s" %% "json4s-jackson" % Version.json4s + val json4sNative = "io.github.json4s" %% "json4s-native" % Version.json4s val jsoniterScalaCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % Version.jsoniterScala val jsoniterScalaMacros = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % Version.jsoniterScala val playJson = "org.playframework" %% "play-json" % Version.play