Skip to content

Commit e6ab3c6

Browse files
Update zio, zio-json to 3.9.1 (#359)
1 parent d4e13dc commit e6ab3c6

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.client3" %% "zio" % "3.9.0",
49-
"com.softwaremill.sttp.client3" %% "zio-json" % "3.9.0",
48+
"com.softwaremill.sttp.client3" %% "zio" % "3.9.1",
49+
"com.softwaremill.sttp.client3" %% "zio-json" % "3.9.1",
5050
"dev.zio" %% "zio-json" % "0.6.2",
5151
"dev.zio" %% "zio-prelude" % "1.0.0-RC21",
5252
"dev.zio" %% "zio-schema" % "0.4.15",

0 commit comments

Comments
 (0)