Skip to content

Commit 75075ed

Browse files
committed
Update json4s-ast to 4.1.0
1 parent 0a7c288 commit 75075ed

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
@@ -144,7 +144,7 @@ lazy val json4s = module("json4s") {
144144
.dependsOn(core)
145145
.settings(
146146
description := "yaml4s integration with json4s",
147-
libraryDependencies += "org.json4s" %%% "json4s-ast" % "4.0.7"
147+
libraryDependencies += "io.github.json4s" %%% "json4s-ast" % "4.1.0"
148148
)
149149
}
150150

0 commit comments

Comments
 (0)