From 0d24b5641f805d235d9e22b45b1d696c6e1fc07c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:19:30 +0000 Subject: [PATCH] Update json4s-native to 4.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08dbc4cb2..7337f7181 100644 --- a/build.sbt +++ b/build.sbt @@ -248,6 +248,6 @@ lazy val V = new { val nscalaTime = "2.32.0" val scalatest = "3.2.17" val circe = "0.14.6" - val json4s = "4.0.6" + val json4s = "4.0.7" val coursier = "2.1.6" }