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 0a245f2 + 9888901 commit c0e2539Copy full SHA for c0e2539
build.sbt
@@ -14,12 +14,12 @@ val sttpModelVersion = "1.5.5"
14
15
val scalaTestVersion = "3.2.15"
16
val zio1Version = "1.0.18"
17
-val zio2Version = "2.0.7"
+val zio2Version = "2.0.8"
18
val fs2_2_version: Option[(Long, Long)] => String = {
19
case Some((2, 11)) => "2.1.0"
20
case _ => "2.5.9"
21
}
22
-val fs2_3_version = "3.6.0"
+val fs2_3_version = "3.6.1"
23
val armeriaVersion = "1.21.0"
24
25
excludeLintKeys in Global ++= Set(ideSkipProject)
0 commit comments