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