From b1c6aea4c250f846f29cdeffa9807ba74c143705 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Feb 2022 08:38:38 +0100 Subject: [PATCH] Update cats-effect to 3.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"