Skip to content

Commit

Permalink
Update zio-json to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 6, 2023
1 parent b1d69e5 commit c0d1d89
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 @@ -220,7 +220,7 @@ lazy val zio = module("zio") {
description := "zio-http based client for kubernetes",
libraryDependencies ++= Seq(
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"dev.zio" %%% "zio-json" % "0.6.1"
"dev.zio" %%% "zio-json" % "0.6.2"
)
)
.dependsOn(client, `zio-json`)
Expand Down Expand Up @@ -340,7 +340,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.1"
"dev.zio" %%% "zio-json" % "0.6.2"
)
)
.dependsOn(objects)
Expand Down

0 comments on commit c0d1d89

Please sign in to comment.