From 6d79a9d6f2ab07373e54d0094a1664a265097ece Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:31:51 +0100 Subject: [PATCH] Update json4s-native to 4.0.7 (#396) Co-authored-by: Christopher Taylor --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ac9ac1..dbe125a 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val runtime = (project in file("runtime")).settings( "com.twitter" %% "finagle-http" % "21.12.0", "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion, "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", - "org.json4s" %% "json4s-native" % "4.0.3", + "org.json4s" %% "json4s-native" % "4.0.7", "org.specs2" %% "specs2-core" % "4.20.5" % Test, "org.specs2" %% "specs2-mock" % "4.20.5" % Test ),