From d2ec67e4b9585f86e766b025dc064989e66528f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Feb 2024 15:34:17 +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 37af4079..e8e85b57 100644 --- a/build.sbt +++ b/build.sbt @@ -216,7 +216,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( publish / skip := true, name := "tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M7" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M11" % Test, testFrameworks += new TestFramework("munit.Framework"), scalacOptions ~= (_.filterNot( Set(