We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b3993 commit 956b456Copy full SHA for 956b456
build.sbt
@@ -45,8 +45,8 @@ lazy val library =
45
.settings(scalacOptions += "-language:higherKinds")
46
.settings(
47
libraryDependencies ++= List(
48
- "com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M16",
49
- "com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M16",
+ "com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M17",
+ "com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M17",
50
"dev.zio" %% "zio-json" % "0.7.2",
51
"dev.zio" %% "zio-prelude" % "1.0.0-RC27",
52
"dev.zio" %% "zio-schema" % "1.3.0",
0 commit comments