Skip to content

Commit

Permalink
Update yaml4s-backend to 0.2.2 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed May 3, 2024
1 parent 9a8f572 commit e5a7650
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 @@ -365,7 +365,7 @@ lazy val manifests = module("manifests") {
.settings(
description := "kubernetes manifests utilities",
libraryDependencies ++= Seq(
"dev.hnaderi" %%% "yaml4s-backend" % "0.2.1"
"dev.hnaderi" %%% "yaml4s-backend" % "0.2.2"
)
)
.dependsOn(objects)
Expand Down

0 comments on commit e5a7650

Please sign in to comment.