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 a193a00 + ff97aa9 commit 6a9c85bCopy full SHA for 6a9c85b
build.sbt
@@ -14,7 +14,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
14
case Some((2, 11)) => "2.1.0"
15
case _ => "2.5.4"
16
}
17
-val fs2_3_version = "3.0.1"
+val fs2_3_version = "3.0.2"
18
19
excludeLintKeys in Global ++= Set(ideSkipProject)
20
0 commit comments