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 6a62e4d + 0ae4db9 commit d566f8dCopy full SHA for d566f8d
build.sbt
@@ -18,7 +18,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
18
case Some((2, 11)) => "2.1.0"
19
case _ => "2.5.9"
20
}
21
-val fs2_3_version = "3.2.3"
+val fs2_3_version = "3.2.4"
22
23
excludeLintKeys in Global ++= Set(ideSkipProject)
24
0 commit comments