From 84cd782f732ea34a4073382e0338a089bd05d407 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 23:19:36 +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 87a4e854..3ad749f9 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ val root = project.in(file(".")).settings( ) aggregateProjects(core.jvm, core.native, sbtplugin, functionalTests) -val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M10") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M11") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",