From d9cbc140eaf8f66228a3c1e22e64cda8bdac46d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Sep 2025 14:46:29 +0000 Subject: [PATCH] Update munit to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2b6911..80321bc 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val sharedScalacSettings = Seq( ) lazy val sharedTestSettings = Seq( - libraryDependencies += "org.scalameta" %%% "munit" % "1.1.1" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "1.2.0" % Test, Test / testOptions += Tests.Argument("-q", "--summary=0") )