From 40f1589d9f2372fa3ec156790d3af71e35913ea2 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:10:48 +0000 Subject: [PATCH] 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 1785bb5..d622595 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,7 @@ Global / fileServicePort := { } yield port).unsafeRunSync() } -val catsEffectVersion = "3.5.2" +val catsEffectVersion = "3.5.5" val fs2Version = "3.9.3" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.8.0"