Skip to content

Commit

Permalink
Update json4s-ast to 4.0.7 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Dec 4, 2023
1 parent 0d4ae41 commit 7843f55
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 @@ -327,7 +327,7 @@ lazy val json4s = module("json4s") {
.settings(
description := "json4s codecs for kubernetes data models",
libraryDependencies ++= Seq(
"org.json4s" %%% "json4s-ast" % "4.0.6"
"org.json4s" %%% "json4s-ast" % "4.0.7"
)
)
.dependsOn(objects)
Expand Down

0 comments on commit 7843f55

Please sign in to comment.