Skip to content

Commit

Permalink
Update zio-json to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jan 8, 2025
1 parent 1d78ac9 commit 206c2a5
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 @@ -154,7 +154,7 @@ lazy val `zio-json` = module("zio-json") {
.dependsOn(core)
.settings(
description := "yaml4s integration with zio-json",
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.3"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.4"
)
}

Expand Down

0 comments on commit 206c2a5

Please sign in to comment.