Skip to content

Commit

Permalink
Update json4s-ast, json4s-native to 4.0.7 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 11, 2024
1 parent 94781ba commit 410b430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ object ujson extends Module{
trait Json4sModule extends CommonPublishModule{
def moduleDeps = Seq(ujson.jvm())
def ivyDeps = Agg(
ivy"org.json4s::json4s-ast:4.0.6",
ivy"org.json4s::json4s-native:4.0.6"
ivy"org.json4s::json4s-ast:4.0.7",
ivy"org.json4s::json4s-native:4.0.7"
)
}

Expand Down

0 comments on commit 410b430

Please sign in to comment.