From 7b5e1a9ec9086dac326fe68ebeb6fcb6e733e9f0 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:48:34 +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 d622595..b81cdff 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,7 @@ Global / fileServicePort := { } yield port).unsafeRunSync() } -val catsEffectVersion = "3.5.5" +val catsEffectVersion = "3.5.6" val fs2Version = "3.9.3" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.8.0"