Skip to content

Commit

Permalink
Update zio, zio-json to 4.0.0-M18 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 26, 2024
1 parent 2bddf83 commit 361d022
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.client4" %% "zio" % "4.0.0-M17",
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M17",
"com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M18",
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M18",
"dev.zio" %% "zio-json" % "0.7.3",
"dev.zio" %% "zio-prelude" % "1.0.0-RC31",
"dev.zio" %% "zio-schema" % "1.4.1",
Expand Down

0 comments on commit 361d022

Please sign in to comment.