From b70f9d3eb8f514f0926960065a93404cfa5020d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Dec 2024 20:19:18 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1de660cc..ee4bd3d2 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.2") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.3") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",