From 89853dcd217ae6eb484325b30f9293327284ff1b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 19:34:55 +0000 Subject: [PATCH] Update json4s-jackson-core to 4.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 34dbb8d..d5b5cd4 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ libraryDependencies ++= Seq( "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test", "com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test", protobufJava % "protobuf", - "org.json4s" %% "json4s-jackson-core" % "4.0.6" + "org.json4s" %% "json4s-jackson-core" % "4.0.7" ) lazy val root = (project in file("."))