File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ val PlayJsonVersion = "2.10.6"
2222val PulsarVersion = " 4.0.5"
2323val ReactiveStreamsVersion = " 1.0.2"
2424val FunctionalStreamsVersion = " 3.12.0"
25- val Json4sVersion = " 4.0.7 "
25+ val Json4sVersion = " 4.1.0 "
2626// Version of Avro4s for Scala 2.X
2727val 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
253253lazy val sprayjson = Project (" pulsar4s-spray-json" , file(" pulsar4s-spray-json" ))
You can’t perform that action at this time.
0 commit comments