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 a72d5fc + a6bca6b commit 903c88fCopy full SHA for 903c88f
build.sbt
@@ -20,7 +20,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
20
case Some((2, 11)) => "2.1.0"
21
case _ => "2.5.9"
22
}
23
-val fs2_3_version = "3.10.2"
+val fs2_3_version = "3.10.0"
24
val armeriaVersion = "1.27.3"
25
26
excludeLintKeys in Global ++= Set(ideSkipProject)
0 commit comments