From e33826d270f67099f4d92c272f4449595de8242b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:19:11 +0000 Subject: [PATCH] Update munit-cats-effect to 2.2.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c0895e0e6a..4407c23741 100644 --- a/build.sbt +++ b/build.sbt @@ -431,7 +431,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.typelevel" %%% "cats-laws" % "2.13.0" % Test, "org.typelevel" %%% "cats-mtl-laws" % "1.7.0" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0" % Test, - "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test, + "org.typelevel" %%% "munit-cats-effect" % "2.2.1" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.1.0" % Test ), tlJdkRelease := None, @@ -468,7 +468,7 @@ lazy val integration = project fork := true, javaOptions += "-Dcats.effect.tracing.mode=none", libraryDependencies ++= Seq( - "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test + "org.typelevel" %%% "munit-cats-effect" % "2.2.1" % Test ) ) .enablePlugins(NoPublishPlugin)