From 88be7febbb7327a9910f678fdf1e4258b7467cbe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Jul 2021 06:36:25 +0200 Subject: [PATCH] Update cats-effect to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c9e27e6c..7335a3e8 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ ThisBuild / githubWorkflowPublish := Seq( ) val catsV = "2.6.1" -val catsEffectV = "3.1.1" +val catsEffectV = "3.2.0" val slf4jV = "1.7.32" val munitCatsEffectV = "1.0.5" val logbackClassicV = "1.2.4"