Skip to content

Commit

Permalink
Merge pull request #87 from hnaderi/update/json4s-ast-4.0.7
Browse files Browse the repository at this point in the history
Update json4s-ast to 4.0.7
  • Loading branch information
mergify[bot] authored Dec 4, 2023
2 parents 2980760 + a1d26e5 commit 0120380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ lazy val json4s = module("json4s") {
.dependsOn(core)
.settings(
description := "yaml4s integration with json4s",
libraryDependencies += "org.json4s" %%% "json4s-ast" % "4.0.6"
libraryDependencies += "org.json4s" %%% "json4s-ast" % "4.0.7"
)
}

Expand Down

0 comments on commit 0120380

Please sign in to comment.