Skip to content

Commit

Permalink
Update sttp client's zio & zio-json to 4.0.0-M19 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic authored Nov 11, 2024
1 parent e23bff8 commit 9cde835
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-M18",
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M18",
"com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M19",
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M19",
"dev.zio" %% "zio-json" % "0.7.3",
"dev.zio" %% "zio-prelude" % "1.0.0-RC31",
"dev.zio" %% "zio-schema" % "1.5.0",
Expand Down

0 comments on commit 9cde835

Please sign in to comment.