From 5005abf084fbbc4c6e429e9259d29eaa475f5c9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 15:29:00 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5dd15bd..ab82c23 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ def publishVersion = if (isRelease) releaseVersion else if (isGithubActions) "2. val org = "com.clever-cloud.pulsar4s" val AkkaStreamVersion = "2.6.20" // compatible with Akka 2.5.x and 2.6.x -val CatsEffectVersion = "3.5.4" +val CatsEffectVersion = "3.5.7" val CirceVersion = "0.14.6" val CommonsIoVersion = "2.4" val ExtsVersion = "1.61.1"