From 41b4e57dd00726d4eeb9ceb14b4cb5becc5c8f83 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Aug 2021 00:41:46 +0200 Subject: [PATCH] Update cats-effect to 3.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9df5207..1574dc98 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ ThisBuild / githubWorkflowPublish := Seq( ) val catsV = "2.6.1" -val catsEffectV = "3.2.1" +val catsEffectV = "3.2.2" val slf4jV = "1.7.32" val munitCatsEffectV = "1.0.5" val logbackClassicV = "1.2.5"