From fcbfa2412466ebfa674d4253b0e09b9d2bd1b713 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 02:06:43 +0000 Subject: [PATCH] Update cats-effect to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed1b147e..b34f4b04 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ Global / fileServicePort := { } yield port).unsafeRunSync() } -val catsEffectVersion = "3.5.0" +val catsEffectVersion = "3.5.1" val fs2Version = "3.7.0" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.6.0"