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