From 505e2f31ce208eb58d92789a652586511a9e8b34 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 May 2023 23:45:37 +0000 Subject: [PATCH] Update cats-effect to 3.4.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3c6eb9..64ba7f1 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.4.4" +val CatsEffectVersion = "3.4.11" val CirceVersion = "0.14.3" val CommonsIoVersion = "2.4" val ExtsVersion = "1.61.1"