diff --git a/build.sbt b/build.sbt index 8c830d8e..26cd11ae 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.5" +val catsEffectV = "3.3.6" val slf4jV = "1.7.36" val munitCatsEffectV = "1.0.7" val logbackClassicV = "1.2.10"