From 9a226877d9d3b1c43e6f49e713ef0c3a9501097f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:10:04 +0000 Subject: [PATCH] Update munit to 1.0.0-RC1 in series/0.6.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ddbb1b4..26abc77b 100644 --- a/build.sbt +++ b/build.sbt @@ -187,7 +187,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( tlFatalWarnings := false, libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M11", + "org.scalameta" %%% "munit" % "1.0.0-RC1", "org.scalameta" % "junit-interface" % "1.0.0-M12", "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2", "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5",