From 29ead3f42f560bcccce26eac484919741c5c9063 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:16:47 +0000 Subject: [PATCH] Update munit to 1.0.0-M11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5355bd4..9c8e2e7 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-M11" % Test ), )