From 16384e36365546f81452ce9b0749ff6784480bda Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 27 Nov 2024 00:28:12 +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 2a565a8a..09152524 100644 --- a/build.sbt +++ b/build.sbt @@ -85,7 +85,7 @@ val h2Version: String = "2.3.232" val postgresqlVersion: String = "42.7.3" -val catsVersion: String = "3.5.6" +val catsVersion: String = "3.5.7" val fs2Version: String = "3.11.0"