diff --git a/build.sbt b/build.sbt index 0458082..96770fd 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val fs2_2_version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.1.0" case _ => "2.5.9" } -val fs2_3_version = "3.2.0" +val fs2_3_version = "3.2.1" excludeLintKeys in Global ++= Set(ideSkipProject)