From 8c46eda012dd24ff46826040d328cf6ede870c25 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 27 Nov 2024 00:22:22 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 261ba29..a8455ec 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ ThisBuild / outputStrategy := Some(StdoutOutput) ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF") -val catsVersion: String = "3.5.5" +val catsVersion: String = "3.5.7" val fs2Version: String = "3.11.0"