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.
1 parent 7833aa6 commit 3849fdeCopy full SHA for 3849fde
build.sbt
@@ -12,7 +12,7 @@ val scala3 = List("3.1.0")
12
val sttpModelVersion = "1.4.18"
13
14
val scalaTestVersion = "3.2.10"
15
-val zioVersion = "1.0.12"
+val zioVersion = "1.0.13"
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