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 51d1e0f + 4d400bf commit 8b60bc7Copy full SHA for 8b60bc7
build.sbt
@@ -19,7 +19,7 @@ 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.8.0"
+val fs2_3_version = "3.9.3"
23
val armeriaVersion = "1.25.0"
24
25
excludeLintKeys in Global ++= Set(ideSkipProject)
0 commit comments