From 7109767d60798fc01602912e43f5580c507889e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Jun 2024 19:37:58 +0000 Subject: [PATCH] Update json4s-ast to 4.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd445b2..cc85cb1 100644 --- a/build.sbt +++ b/build.sbt @@ -208,7 +208,7 @@ lazy val json4s = project .settings( name := "tethys-json4s", libraryDependencies ++= Seq( - "org.json4s" %% "json4s-ast" % "4.0.6" + "org.json4s" %% "json4s-ast" % "4.0.7" ) ) .dependsOn(core)