From 614f21de3f8e72a94bfd95780faec8ac56a7ea1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 21:04:47 +0000 Subject: [PATCH] [build] Update json4s-ast to 4.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 34d0050..36e8b89 100644 --- a/build.sbt +++ b/build.sbt @@ -208,7 +208,7 @@ lazy val json = (projectMatrix in file("JsonParser")) name := "json", publish / skip := true, libraryDependencies ++= Seq( - "io.github.json4s" %%% "json4s-ast" % "4.1.0", + "io.github.json4s" %%% "json4s-ast" % "4.1.1", ), console / initialCommands := """ import org.json4s._