From c67a9c4b20c9101a7aec07a269a408c999112ea6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Sep 2023 22:56:03 +0000 Subject: [PATCH] Update munit to 1.0.0-M10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5355bd4..ff9b911 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-M10" % Test ), )