From e58d30e1133c180edb3dbae60e03ba20866e32df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 22:24:41 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 825e52b..0069ec2 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.3" +val CatsEffectVersion = "3.5.4" val CirceVersion = "0.14.6" val CommonsIoVersion = "2.4" val ExtsVersion = "1.61.1"