From 90d701a478e10fc30500b1f2847e0e3078752576 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Mar 2026 16:11:02 +0000 Subject: [PATCH] Update munit-cats-effect to 2.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7735ea1..526acac 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.6.3", "org.scalameta" %%% "munit" % "1.2.4" % Test, - "org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test, + "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test ) )