From 470f2a9fae7e7f852c9d9a933a7ba4f0607d183a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 20:22:23 +0000 Subject: [PATCH] Update cats-effect to 3.4.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a95eb0c..fdca7fe4 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ Global / fileServicePort := { } yield port).unsafeRunSync() } -val catsEffectVersion = "3.4.6" +val catsEffectVersion = "3.4.7" val fs2Version = "3.6.1" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.3.0"