From 26444d0893821eb6911aee3b2d864336f2fadee9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 Feb 2023 22:19:49 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws to 3.4.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..917b9bb8 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.4.8" val fs2Version = "3.1.5" val scalaTestVersion = "3.2.10"