Skip to content

Commit 956b456

Browse files
Update zio, zio-json to 4.0.0-M17 (#471)
Co-authored-by: Dragutin Marjanović <dmarjanovic94@gmail.com>
1 parent 57b3993 commit 956b456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ lazy val library =
4545
.settings(scalacOptions += "-language:higherKinds")
4646
.settings(
4747
libraryDependencies ++= List(
48-
"com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M16",
49-
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M16",
48+
"com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M17",
49+
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M17",
5050
"dev.zio" %% "zio-json" % "0.7.2",
5151
"dev.zio" %% "zio-prelude" % "1.0.0-RC27",
5252
"dev.zio" %% "zio-schema" % "1.3.0",

0 commit comments

Comments
 (0)