From 0dc823935ead5f7e6cabd69067b0f2785f6f2a4a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Apr 2022 02:38:35 +0200 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.3.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 76d2ff13..bc0b8e9c 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val scala30Version = "3.1.1" val collectionCompatVersion = "2.6.0" val catsVersion = "2.7.0" -val catsEffectVersion = "3.3.10" +val catsEffectVersion = "3.3.11" // We do `evictionCheck` in CI and don't sweat the Java deps for now. inThisBuild(Seq(