Skip to content

Commit 5b30d01

Browse files
authored
Merge pull request #270 from softwaremill/update/zio-2.0.9
Update zio, zio-streams to 2.0.9
2 parents fe7384a + ec63246 commit 5b30d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val sttpModelVersion = "1.5.5"
1414

1515
val scalaTestVersion = "3.2.15"
1616
val zio1Version = "1.0.18"
17-
val zio2Version = "2.0.8"
17+
val zio2Version = "2.0.9"
1818
val fs2_2_version: Option[(Long, Long)] => String = {
1919
case Some((2, 11)) => "2.1.0"
2020
case _ => "2.5.9"

0 commit comments

Comments
 (0)