From f210bbc54e79ed1bb4ad5ce940fb69e2a1557970 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jan 2025 16:14:15 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7d10b70e..769e3c56 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.0.3") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.4") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",