Skip to content

Commit 295b535

Browse files
committed
[build] Update json4s-ast to 4.1.1
1 parent e880c2b commit 295b535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ lazy val json = (projectMatrix in file("JsonParser"))
208208
name := "json",
209209
publish / skip := true,
210210
libraryDependencies ++= Seq(
211-
"io.github.json4s" %%% "json4s-ast" % "4.1.0",
211+
"io.github.json4s" %%% "json4s-ast" % "4.1.1",
212212
),
213213
console / initialCommands := """
214214
import org.json4s._

0 commit comments

Comments
 (0)