Skip to content

Commit

Permalink
Update zio-json to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Aug 22, 2023
1 parent 710d4c3 commit 4348bee
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 @@ -155,7 +155,7 @@ lazy val `zio-json` = module("zio-json") {
.dependsOn(core)
.settings(
description := "yaml4s integration with zio-json",
libraryDependencies += "dev.zio" %%% "zio-json" % "0.6.0"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.6.1"
)
}

Expand Down

0 comments on commit 4348bee

Please sign in to comment.