Skip to content

Commit 2fd82d5

Browse files
committed
Update zio, zio-streams to 1.0.11
1 parent 10f7786 commit 2fd82d5

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
@@ -12,7 +12,7 @@ val scala3 = List("3.0.1")
1212
val sttpModelVersion = "1.4.10"
1313

1414
val scalaTestVersion = "3.2.9"
15-
val zioVersion = "1.0.10"
15+
val zioVersion = "1.0.11"
1616
val fs2_2_version: Option[(Long, Long)] => String = {
1717
case Some((2, 11)) => "2.1.0"
1818
case _ => "2.5.9"

0 commit comments

Comments
 (0)