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 f7edd34 + c034cf7 commit 1c9bbbaCopy full SHA for 1c9bbba
build.sbt
@@ -17,7 +17,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
17
case Some((2, 11)) => "2.1.0"
18
case _ => "2.5.9"
19
}
20
-val fs2_3_version = "3.1.2"
+val fs2_3_version = "3.1.3"
21
22
excludeLintKeys in Global ++= Set(ideSkipProject)
23
0 commit comments