Skip to content

Commit 682f3af

Browse files
committed
Update json4s-core, json4s-jackson to 4.1.0
1 parent bb2edab commit 682f3af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val PlayJsonVersion = "2.10.6"
2222
val PulsarVersion = "4.0.5"
2323
val ReactiveStreamsVersion = "1.0.2"
2424
val FunctionalStreamsVersion = "3.12.0"
25-
val Json4sVersion = "4.0.7"
25+
val Json4sVersion = "4.1.0"
2626
// Version of Avro4s for Scala 2.X
2727
val Avro4sVersionFor2 = "4.1.2"
2828
// Version of Avro4s for Scala 3.X
@@ -246,8 +246,8 @@ lazy val json4s = Project("pulsar4s-json4s", file("pulsar4s-json4s"))
246246
.settings(name := "pulsar4s-json4s")
247247
.settings(allSettings)
248248
.settings(libraryDependencies ++= Seq(
249-
"org.json4s" %% "json4s-core" % Json4sVersion,
250-
"org.json4s" %% "json4s-jackson" % Json4sVersion
249+
"io.github.json4s" %% "json4s-core" % Json4sVersion,
250+
"io.github.json4s" %% "json4s-jackson" % Json4sVersion
251251
))
252252

253253
lazy val sprayjson = Project("pulsar4s-spray-json", file("pulsar4s-spray-json"))

0 commit comments

Comments
 (0)