Skip to content

Commit 56b58a5

Browse files
committed
[build] Update json4s-ast to 4.1.0
1 parent 88c7ba4 commit 56b58a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
"org.json4s" %%% "json4s-ast" % "4.0.7",
211+
"io.github.json4s" %%% "json4s-ast" % "4.1.0",
212212
),
213213
console / initialCommands := """
214214
import org.json4s._

0 commit comments

Comments
 (0)