From fd4ee290f9726238053a65651dcdf68d4b2210dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Jan 2025 14:58:18 +0000 Subject: [PATCH] [build] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f54824..f9d1332 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val sharedSettings = Seq( ), autoAPIMappings := true, libraryDependencies += { - "org.scalameta" %%% "munit" % "1.0.3" % Test, + "org.scalameta" %%% "munit" % "1.0.4" % Test, }, tpolecatExcludeOptions ++= Set( org.typelevel.scalacoptions.ScalacOptions.warnUnusedNoWarn,