From 671ed99ad9673d54efbaecfd957a6a68dfe7ccba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 18:52:18 +0000 Subject: [PATCH] Update munit to 1.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b27a292..44d942a3 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,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.1.2") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",