From 5b731089e5dcbd4f527254a1bdecdc7edebb0ad3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 15:06:38 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5698f6b..88bfda1 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.4") ThisBuild / scalaVersion := Scala213 // the default Scala val catsV = "2.12.0" -val catsEffectV = "3.5.5" +val catsEffectV = "3.5.6" val fs2V = "3.11.0" val luceneV = "9.12.0" val munitCatsEffectV = "2.0.0"