We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b852e1f + 2fd82d5 commit cebffa8Copy full SHA for cebffa8
build.sbt
@@ -12,7 +12,7 @@ val scala3 = List("3.0.1")
12
val sttpModelVersion = "1.4.10"
13
14
val scalaTestVersion = "3.2.9"
15
-val zioVersion = "1.0.10"
+val zioVersion = "1.0.11"
16
val fs2_2_version: Option[(Long, Long)] => String = {
17
case Some((2, 11)) => "2.1.0"
18
case _ => "2.5.9"
0 commit comments