From 7c47e6b21963da84e1269c673ea608cc03652e06 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 Apr 2024 18:09:23 +0000 Subject: [PATCH] Update munit to 1.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5355bd4..74415b8 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "colorize", commonSettings, libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M6" % Test + "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test ), )