From c6980331ba624820a4f5d7c11abccdd254ce9d14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Oct 2025 17:12:23 +0000 Subject: [PATCH] Update json4s-jackson-core to 4.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 27a5f90..8859e58 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ libraryDependencies ++= Seq( "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test", "com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test", protobufJava % "protobuf", - "org.json4s" %% "json4s-jackson-core" % "4.0.7" + "io.github.json4s" %% "json4s-jackson-core" % "4.1.0" ) lazy val root = (project in file("."))