From 499075f0a875b011c4fc8369ed5b7c8fc32556c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Jan 2022 09:41:28 +0100 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f97ef6de..4c61240f 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val scala30Version = "3.1.0" val collectionCompatVersion = "2.6.0" val catsVersion = "2.7.0" -val catsEffectVersion = "3.3.4" +val catsEffectVersion = "3.3.5" // We do `evictionCheck` in CI and don't sweat the Java deps for now. inThisBuild(Seq(