From 31976083ce525c0d255e449f23b8bdba1525e991 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Sep 2024 14:06:47 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 700a76d..7d151b7 100644 --- a/build.sbt +++ b/build.sbt @@ -219,7 +219,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( publish / skip := true, name := "tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.1" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.2" % Test, testFrameworks += new TestFramework("munit.Framework"), scalacOptions ~= (_.filterNot( Set(