Skip to content

Commit

Permalink
Update zio, zio-json to 3.9.4 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 8, 2024
1 parent fc2b782 commit 22eb285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ lazy val library =
.settings(scalacOptions += "-language:higherKinds")
.settings(
libraryDependencies ++= List(
"com.softwaremill.sttp.client3" %% "zio" % "3.9.3",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.9.3",
"com.softwaremill.sttp.client3" %% "zio" % "3.9.4",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.9.4",
"dev.zio" %% "zio-json" % "0.6.2",
"dev.zio" %% "zio-prelude" % "1.0.0-RC23",
"dev.zio" %% "zio-schema" % "1.0.1",
Expand Down

0 comments on commit 22eb285

Please sign in to comment.