From 3e897c4c6149fee5862c6dd0a60f082d2d866194 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 19:29:27 +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 48dc490c..67603c7e 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.0" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.1" % Test, testFrameworks += new TestFramework("munit.Framework"), scalacOptions ~= (_.filterNot( Set(