diff --git a/build.sbt b/build.sbt index 2426312..39b7688 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0") -val catsV = "2.7.0" +val catsV = "2.11.0" val catsEffectV = "3.5.0" val epimetheusV = "0.6.0-M3" val circuitV = "0.5.1"