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.
1 parent a193a00 commit ff97aa9Copy full SHA for ff97aa9
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