From f891155840acf5893dc58a5a9a5ed998f10b68d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 16:20:57 +0100 Subject: [PATCH] Update munit to 0.7.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7220b0e8..5647f6d3 100644 --- a/build.sbt +++ b/build.sbt @@ -250,7 +250,7 @@ lazy val testSuite = crossProject(JVMPlatform, JSPlatform, NativePlatform) publishLocal := {}, publishArtifact := false, name := "scala-java-locales test", - libraryDependencies += "org.scalameta" %%% "munit" % "0.7.26" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test, testFrameworks += new TestFramework("munit.Framework"), scalacOptions ~= (_.filterNot( Set(