From ec51501416f943ca6b30c63e8db0bf45b18af506 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 00:17:38 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d67a80..d607f56 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) "org.typelevel" %%% "log4cats-noop" % "2.6.0", "io.circe" %%% "circe-core" % "0.14.6", "org.tpolecat" %%% "natchez-testkit" % "0.3.5" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, + "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1" % Test, "org.typelevel" %% "scalacheck-effect" % "2.0.0-M2" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, ),