From 6cd54ff02c6726c12055d0d7a30167a2af9fcc69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 15:07:37 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a8667ff..b643179e 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ inThisBuild( ) ) -val CatsEffectVersion = "3.3.14" +val CatsEffectVersion = "3.5.5" scalafmtOnCompile in ThisBuild := true