Skip to content

Commit 5ee0c26

Browse files
Update zio, zio-json to 4.0.8 (#638)
1 parent 6ea889c commit 5ee0c26

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.7",
49-
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.7",
48+
"com.softwaremill.sttp.client4" %% "zio" % "4.0.8",
49+
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.8",
5050
"dev.zio" %% "zio-json" % "0.7.43",
5151
"dev.zio" %% "zio-prelude" % "1.0.0-RC40",
5252
"dev.zio" %% "zio-schema" % "1.7.2",

0 commit comments

Comments
 (0)