From 53ce7e54962af0ed2afb064f6a6f27728d69a0f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Oct 2024 00:27:43 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de9d882e..412ac3e1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.scalanative.build.Mode -val catsEffectVersion = "3.5.4" +val catsEffectVersion = "3.5.5" val circeVersion = "0.14.8"