diff --git a/build.sbt b/build.sbt index 96936097df..97caceba83 100644 --- a/build.sbt +++ b/build.sbt @@ -868,7 +868,7 @@ lazy val upickle = (projectMatrix in file("json/upickle")) .nativePlatform(scalaVersions = scala2 ++ scala3, settings = commonNativeSettings) .dependsOn(core, jsonCommon) -lazy val json4sVersion = "4.0.6" +lazy val json4sVersion = "4.0.7" lazy val json4s = (projectMatrix in file("json/json4s")) .settings(commonJvmSettings)