Skip to content

Commit

Permalink
Update zio, zio-streams to 2.0.21 (#361)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Jan 12, 2024
1 parent 16e7f07 commit 4b8ab5d
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 @@ -137,8 +137,8 @@ lazy val zio = project
name := "colibri-zio",
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
"dev.zio" %%% "zio" % "2.0.19",
"dev.zio" %%% "zio-streams" % "2.0.19",
"dev.zio" %%% "zio" % "2.0.21",
"dev.zio" %%% "zio-streams" % "2.0.21",
),
)

Expand Down

0 comments on commit 4b8ab5d

Please sign in to comment.