From 63cf9735479623980081cf4fc37866c2557d6f32 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Mar 2022 14:59:27 +0100 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1fff8a94..0de9c92d 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.6" +val catsEffectVersion = "3.3.7" // We do `evictionCheck` in CI and don't sweat the Java deps for now. inThisBuild(Seq(