From e52829652b91d35c5d9f6d3f44477d97082928df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Sep 2021 06:20:06 +0200 Subject: [PATCH] Update cats-effect to 3.2.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8eeaf5cd..727d7d4d 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ lazy val noPublishSettings = Seq( val catsVersion = "2.6.1" -val catsEffectVersion = "3.2.8" +val catsEffectVersion = "3.2.9" lazy val root = project