From a209cb819945d72e681cbb65025b4fcf212c6176 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jun 2026 22:17:27 +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 cf95adc..90f39a0 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._