From 158224e2d54701342c1d89b124e6e4df91d0678c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Sep 2025 15:55:30 +0000 Subject: [PATCH] Update munit to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 12efd71e..6ec4a701 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val root = project.in(file(".")).settings( ) aggregateProjects(core.jvm, core.native, cli.jvm, sbtplugin, functionalTests) -val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.1") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.2.0") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",