diff --git a/build.sbt b/build.sbt index 62e7329..2ae3e06 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,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.9.4" +val fs2_3_version = "3.10.1" val armeriaVersion = "1.27.2" excludeLintKeys in Global ++= Set(ideSkipProject)