Skip to content

Commit

Permalink
Update zio, zio-json to 3.8.13 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 10, 2023
1 parent 859eedc commit 23899b0
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 @@ -46,8 +46,8 @@ lazy val library =
.settings(
Defaults.itSettings,
libraryDependencies ++= List(
"com.softwaremill.sttp.client3" %% "zio" % "3.8.12",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.8.12",
"com.softwaremill.sttp.client3" %% "zio" % "3.8.13",
"com.softwaremill.sttp.client3" %% "zio-json" % "3.8.13",
"dev.zio" %% "zio-json" % "0.4.2",
"dev.zio" %% "zio-prelude" % "1.0.0-RC18",
"dev.zio" %% "zio-schema" % "0.4.8",
Expand Down

0 comments on commit 23899b0

Please sign in to comment.