From e29c2e7b92dad05fb3c0d7875b2481cd76681b4e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Feb 2023 21:34:49 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.4.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 86b16791..67b7963f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val catsEffectVersion = "3.3.14" +val catsEffectVersion = "3.4.6" val circeVersion = "0.14.3"