From e6e1d6a07b7fccde19e8ba4a6581295876b652cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 15:07:05 +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 596d09c1..b3de8d2c 100644 --- a/build.sbt +++ b/build.sbt @@ -216,7 +216,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( publish / skip := true, name := "tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test, testFrameworks += new TestFramework("munit.Framework"), scalacOptions ~= (_.filterNot( Set(