diff --git a/build.sbt b/build.sbt index 801c436..9c25fdc 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,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.6.1" +val fs2_3_version = "3.7.0" val armeriaVersion = "1.23.1" excludeLintKeys in Global ++= Set(ideSkipProject)