From 1b04ed0b1d68d3b09b30ab57d01d8f20ffe17f1d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 23:13:26 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws to 3.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..96ef5fcb 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ val compilerOptions = Seq( ) val catsVersion = "2.6.1" -val catsEffectVersion = "3.2.9" +val catsEffectVersion = "3.5.4" val fs2Version = "3.1.5" val scalaTestVersion = "3.2.10"