diff --git a/build.sbt b/build.sbt index 6abce8b2d7..825bf69b3b 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,7 @@ val playJsonVersion: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.7.4" case _ => "2.9.2" } -val catsEffect_3_version = "3.3.6" +val catsEffect_3_version = "3.3.7" val fs2_3_version = "3.2.5" val catsEffect_2_version: Option[(Long, Long)] => String = {