Skip to content

Commit

Permalink
Update zio-json to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Aug 29, 2024
1 parent b9f844c commit d51f4db
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 d51f4db

Please sign in to comment.