From a4ab634f9afeb693867c6db19cd6bd9e916dc971 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 08:49:12 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20d9e72e..4d521d03 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.scalanative.build.Mode -val catsEffectVersion = "3.5.1" +val catsEffectVersion = "3.5.2" val circeVersion = "0.14.6"