From bef9f597fd355efea36cfd74e33bb22393d380df Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 20 Nov 2024 00:28:11 +0000 Subject: [PATCH] Update cats-effect to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dced6c7..7a11072 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.5" +val catsVersion: String = "3.5.6" val fs2Version: String = "3.11.0"