From 1e75e080127128c3c70f85d76d8cd6c1aaeb0d12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 10 Jun 2023 20:56:30 +0000 Subject: [PATCH] Update munit to 1.0.0-M8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5355bd4..405d217 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-M8" % Test ), )