From b58d9967436ec3bfa0c8b25baacccebf9af1520e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 23:13:11 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d0d02703..e105ad71 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.0") +val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.1") val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings( name := "mima-core",