From be93945ca52dabf309b4c3bf1a32359656d86058 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:24:11 +0000 Subject: [PATCH] Update cats-effect to 3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4011ff..5eec37c 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val docs = project .enablePlugins(TypelevelSitePlugin) val catsV = "2.13.0" -val catsEffectV = "3.7.0" +val catsEffectV = "3.7.1" val disciplineMunitV = "2.0.0" val scalacheckEffectV = "2.1.0" val munitCatsEffectV = "2.2.0"