Skip to content

Commit

Permalink
Update zio-json to 0.7.3 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent 9761a0b commit f5497dc
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 @@ -47,7 +47,7 @@ lazy val library =
libraryDependencies ++= List(
"com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M17",
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M17",
"dev.zio" %% "zio-json" % "0.7.2",
"dev.zio" %% "zio-json" % "0.7.3",
"dev.zio" %% "zio-prelude" % "1.0.0-RC29",
"dev.zio" %% "zio-schema" % "1.4.1",
"dev.zio" %% "zio-schema-json" % "1.4.1",
Expand Down Expand Up @@ -82,7 +82,7 @@ lazy val example =
"dev.zio" %% "zio-config-magnolia" % "4.0.2",
"dev.zio" %% "zio-config-typesafe" % "4.0.2",
"dev.zio" %% "zio-http" % "0.0.5",
"dev.zio" %% "zio-json" % "0.7.2",
"dev.zio" %% "zio-json" % "0.7.3",
"dev.zio" %% "zio-schema" % "1.4.1",
"dev.zio" %% "zio-schema-json" % "1.4.1"
)
Expand Down

0 comments on commit f5497dc

Please sign in to comment.