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 d4e13dc commit e6ab3c6Copy full SHA for e6ab3c6
build.sbt
@@ -45,8 +45,8 @@ lazy val library =
45
.settings(scalacOptions += "-language:higherKinds")
46
.settings(
47
libraryDependencies ++= List(
48
- "com.softwaremill.sttp.client3" %% "zio" % "3.9.0",
49
- "com.softwaremill.sttp.client3" %% "zio-json" % "3.9.0",
+ "com.softwaremill.sttp.client3" %% "zio" % "3.9.1",
+ "com.softwaremill.sttp.client3" %% "zio-json" % "3.9.1",
50
"dev.zio" %% "zio-json" % "0.6.2",
51
"dev.zio" %% "zio-prelude" % "1.0.0-RC21",
52
"dev.zio" %% "zio-schema" % "0.4.15",
0 commit comments