Skip to content

Commit 0a65482

Browse files
Update json4s-core, json4s-native to 4.1.1 (#2911)
1 parent 2b28ed8 commit 0a65482

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -885,15 +885,15 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
885885
.nativePlatform(scalaVersions = scala2And3, settings = commonNativeSettings)
886886
.dependsOn(core, jsonCommon % compileAndTest)
887887

888-
lazy val json4sVersion = "4.0.7"
888+
lazy val json4sVersion = "4.1.1"
889889

890890
lazy val json4s = (projectMatrix in file("json/json4s"))
891891
.settings(commonJvmSettings)
892892
.settings(
893893
name := "json4s",
894894
libraryDependencies ++= Seq(
895-
"org.json4s" %% "json4s-core" % json4sVersion,
896-
"org.json4s" %% "json4s-native" % json4sVersion % Test
895+
"io.github.json4s" %% "json4s-core" % json4sVersion,
896+
"io.github.json4s" %% "json4s-native" % json4sVersion % Test
897897
),
898898
scalaTest
899899
)
@@ -1077,7 +1077,7 @@ lazy val examples = (projectMatrix in file("examples"))
10771077
publish / skip := true,
10781078
libraryDependencies ++= Seq(
10791079
"io.circe" %% "circe-generic" % circeVersion,
1080-
"org.json4s" %% "json4s-native" % json4sVersion,
1080+
"io.github.json4s" %% "json4s-native" % json4sVersion,
10811081
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % jsoniterVersion,
10821082
"io.github.resilience4j" % "resilience4j-circuitbreaker" % resilience4jVersion,
10831083
"io.github.resilience4j" % "resilience4j-ratelimiter" % resilience4jVersion,
@@ -1131,7 +1131,7 @@ lazy val docs: ProjectMatrix = (projectMatrix in file("generated-docs")) // impo
11311131
publishArtifact := false,
11321132
name := "docs",
11331133
libraryDependencies ++= Seq(
1134-
"org.json4s" %% "json4s-native" % json4sVersion,
1134+
"io.github.json4s" %% "json4s-native" % json4sVersion,
11351135
"io.circe" %% "circe-generic" % circeVersion,
11361136
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion,
11371137
"commons-io" % "commons-io" % "2.22.0",

0 commit comments

Comments
 (0)