diff --git a/build.sbt b/build.sbt index f6fb21c..67c7733 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val V = new { val cats = "2.10.0" - val catsEffect = "3.5.1" + val catsEffect = "3.5.2" val circe = "0.14.6" val http4s = "0.23.23" val munit = "1.0.0-M8"