From 5c3723cfe9d8c6649f9f841f783020febbccb771 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 24 Nov 2024 00:12:04 +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 b04853c..84e67bd 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val scribeVersion = "3.10.4" val profigVersion = "3.4.4" val reactifyVersion = "4.0.8" val mongoScalaDriverVersion = "4.7.2" -val catsEffectVersion: String = "3.3.14" +val catsEffectVersion: String = "3.5.6" val fs2Version: String = "3.3.0" val scalatestVersion: String = "3.2.14" val catsEffectTestingVersion: String = "1.4.0"