From fe73949d74796fea9ba11b0b50c36da072dc6344 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Apr 2023 22:15:05 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws to 3.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..051f0adc 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.9" val fs2Version = "3.1.5" val scalaTestVersion = "3.2.10"