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 5703636 commit 130a15cCopy full SHA for 130a15c
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.8",
49
- "com.softwaremill.sttp.client4" %% "zio-json" % "4.0.8",
+ "com.softwaremill.sttp.client4" %% "zio" % "4.0.9",
+ "com.softwaremill.sttp.client4" %% "zio-json" % "4.0.9",
50
"dev.zio" %% "zio-json" % "0.7.44",
51
"dev.zio" %% "zio-prelude" % "1.0.0-RC41",
52
"dev.zio" %% "zio-schema" % "1.7.3",
0 commit comments