From f611287781361254d13d691b22a1d26b818941e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 19:35:09 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb51dff23..5075f61d9 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import org.typelevel.sbt.tpolecat.{DevMode, CiMode} // Library versions all in one place, for convenience and sanity. lazy val catsVersion = "2.12.0" -lazy val catsEffectVersion = "3.5.5" +lazy val catsEffectVersion = "3.5.6" lazy val circeVersion = "0.14.10" lazy val fs2Version = "3.11.0" lazy val h2Version = "1.4.200"