Skip to content

Commit 4b8ab5d

Browse files
Update zio, zio-streams to 2.0.21 (#361)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 16e7f07 commit 4b8ab5d

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
@@ -137,8 +137,8 @@ lazy val zio = project
137137
name := "colibri-zio",
138138
libraryDependencies ++= Seq(
139139
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
140-
"dev.zio" %%% "zio" % "2.0.19",
141-
"dev.zio" %%% "zio-streams" % "2.0.19",
140+
"dev.zio" %%% "zio" % "2.0.21",
141+
"dev.zio" %%% "zio-streams" % "2.0.21",
142142
),
143143
)
144144

0 commit comments

Comments
 (0)