diff --git a/build.sbt b/build.sbt index 1ea0fae6..a4f62734 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"), JavaSpec.te ThisBuild / tlVersionIntroduced := Map("3" -> "2.1.1") val catsV = "2.7.0" -val catsEffectV = "3.3.4" +val catsEffectV = "3.3.5" val slf4jV = "1.7.33" val munitCatsEffectV = "1.0.7" val logbackClassicV = "1.2.10"