From 9f52e561d4b7bffde43c8be076b9f1655a820377 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Apr 2025 16:53:25 +0000 Subject: [PATCH] Update munit to 1.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 631c0899..33fbf35b 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ val root = project.in(file(".")).settings( ) aggregateProjects(core.jvm, core.native, sbtplugin, functionalTests) -val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.0") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.1") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",