From b7fa8f91b3392dad019e2c641e9b20a01fc45683 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jan 2024 01:03:33 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..68a82ae8 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.3" val fs2Version = "3.1.5" val scalaTestVersion = "3.2.10"