Skip to content

Commit fcd0af1

Browse files
authored
Merge pull request #190 from softwaremill/update/zio-2.0.0
Update zio, zio-streams to 2.0.0
2 parents d5235b4 + 31980f9 commit fcd0af1

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
@@ -13,7 +13,7 @@ val sttpModelVersion = "1.4.26"
1313

1414
val scalaTestVersion = "3.2.12"
1515
val zio1Version = "1.0.15"
16-
val zio2Version = "2.0.0-RC6"
16+
val zio2Version = "2.0.0"
1717
val fs2_2_version: Option[(Long, Long)] => String = {
1818
case Some((2, 11)) => "2.1.0"
1919
case _ => "2.5.9"

0 commit comments

Comments
 (0)