From 93096ba6232c429e66977beca36c151e67321dd5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 May 2023 18:16:23 +0000 Subject: [PATCH] Update cats-effect to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68f1d7cf..24ca68aa 100644 --- a/build.sbt +++ b/build.sbt @@ -110,7 +110,7 @@ val catsV = "2.9.0" val jmsV = "2.0.1" val ibmMQV = "9.3.2.1" val activeMQV = "2.19.1" -val catsEffectV = "3.4.11" +val catsEffectV = "3.5.0" val catsEffectScalaTestV = "1.5.0" val fs2V = "3.7.0" val log4catsV = "2.6.0"