Skip to content

Commit

Permalink
Update zio-json to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jan 27, 2025
1 parent 7a41c78 commit 34eac82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ lazy val zio = module("zio") {
description := "zio-http based client for kubernetes",
libraryDependencies ++= Seq(
"dev.zio" %% "zio-http" % "3.0.0-RC4",
"dev.zio" %%% "zio-json" % "0.6.2"
"dev.zio" %%% "zio-json" % "0.7.7"
)
)
.dependsOn(client, `zio-json`)
Expand Down Expand Up @@ -338,7 +338,7 @@ lazy val `zio-json` = module("zio-json") {
.settings(
description := "zio-json codecs for kubernetes data models",
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-json" % "0.6.2"
"dev.zio" %%% "zio-json" % "0.7.7"
)
)
.dependsOn(objects)
Expand Down

0 comments on commit 34eac82

Please sign in to comment.