Skip to content

Commit 410b430

Browse files
Update json4s-ast, json4s-native to 4.0.7 (#544)
1 parent 94781ba commit 410b430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ object ujson extends Module{
212212
trait Json4sModule extends CommonPublishModule{
213213
def moduleDeps = Seq(ujson.jvm())
214214
def ivyDeps = Agg(
215-
ivy"org.json4s::json4s-ast:4.0.6",
216-
ivy"org.json4s::json4s-native:4.0.6"
215+
ivy"org.json4s::json4s-ast:4.0.7",
216+
ivy"org.json4s::json4s-native:4.0.7"
217217
)
218218
}
219219

0 commit comments

Comments
 (0)