From f62bd7cffbfb8cad8362b7d9b79f8b02720887c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Nov 2022 22:57:24 +0000 Subject: [PATCH] Update munit to 1.0.0-M7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5355bd4..649645f 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-M7" % Test ), )