From a2191d00f06b1d14498bb1745d5cbe06eb39e5cd Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 4 Dec 2023 00:23:23 +0000 Subject: [PATCH] Update json4s-core to 4.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)