From 6ddfbf772e0b762abf06c6f9447bc630d7b1e302 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Mar 2022 04:51:30 +0100 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.3.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c47bf5d..cb001fc6 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.8" +val catsEffectVersion = "3.3.9" // We do `evictionCheck` in CI and don't sweat the Java deps for now. inThisBuild(Seq(