diff --git a/build.sbt b/build.sbt index 0ed84c7d08..be1ee472fd 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ val playJsonVersion: Option[(Long, Long)] => String = { case _ => "2.9.2" } val catsEffect_3_version = "3.5.2" -val fs2_3_version = "3.9.2" +val fs2_3_version = "3.9.3" val catsEffect_2_version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.0.0"