From e19a4c468803ec281f4a0aa488a077868a499e6a Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Mon, 28 Oct 2024 00:29:02 +0000 Subject: [PATCH 1/2] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 781c2a9b..a254e9da 100644 --- a/build.sbt +++ b/build.sbt @@ -83,7 +83,7 @@ val h2Version: String = "2.3.232" val postgresqlVersion: String = "42.7.3" -val catsVersion: String = "3.5.4" +val catsVersion: String = "3.5.5" val fs2Version: String = "3.11.0" From 131c0c0216b3dba42e373de9ab396899d464f93a Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Tue, 29 Oct 2024 00:27:13 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.4 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index caeacc5e..c0685085 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.3 \ No newline at end of file +sbt.version=1.10.4 \ No newline at end of file