Skip to content

Commit

Permalink
Update zio, zio-json to 3.9.0 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 11, 2023
1 parent 6e43446 commit 873047c
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 @@ -45,8 +45,8 @@ lazy val library =
.settings(scalacOptions += "-language:higherKinds")
.settings(
libraryDependencies ++= List(
"com.softwaremill.sttp.client3" %% "zio" % "3.8.16",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.8.16",
"com.softwaremill.sttp.client3" %% "zio" % "3.9.0",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.9.0",
"dev.zio" %% "zio-json" % "0.6.0",
"dev.zio" %% "zio-prelude" % "1.0.0-RC19",
"dev.zio" %% "zio-schema" % "0.4.13",
Expand Down

0 comments on commit 873047c

Please sign in to comment.