Skip to content

Commit

Permalink
Merge pull request #142 from hnaderi/update/zio-json-0.7.3
Browse files Browse the repository at this point in the history
Update zio-json to 0.7.3
  • Loading branch information
mergify[bot] committed Aug 29, 2024
2 parents b9f844c + d51f4db commit 29b9ef8
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 @@ -156,7 +156,7 @@ lazy val `zio-json` = module("zio-json") {
.dependsOn(core)
.settings(
description := "yaml4s integration with zio-json",
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.1"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.3"
)
}

Expand Down

0 comments on commit 29b9ef8

Please sign in to comment.