From 48f9a7132036fbcbd852f99a1045e036725f35bc 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:23:08 +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 8847c1f..254dc58 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "munit-cats-effect", libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.3.5", - "org.typelevel" %%% "cats-effect" % "3.7.0" + "org.typelevel" %%% "cats-effect" % "3.7.1" ), mimaBinaryIssueFilters ++= Seq( // false-positive. methods were deprecated in munit 1.0.4, they are still there but with different signature