Skip to content

Commit

Permalink
Update json4s-ast, json4s-native to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 19, 2024
1 parent a6e932a commit a48188f
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 @@ -210,8 +210,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 a48188f

Please sign in to comment.