From a1a285e9f6f4bdb7b0e38970120503f6885f7b99 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Sep 2023 19:31:10 +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 b62f910e..5479a91e 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val root = project.in(file(".")).settings( ) aggregateProjects(core.jvm, core.native, sbtplugin, functionalTests) -val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M8") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M10") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",