Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
Loading