From 464be0a6587031651421e84bb57902eebf2337db Mon Sep 17 00:00:00 2001 From: "scala.steward" Date: Wed, 8 Jan 2025 00:02:44 +0000 Subject: [PATCH] Update munit from 1.0.3 to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44cc081..42eb2af 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val versions = new { val sbt = "1.5.8" val commonsCompress = "1.27.1" val toml4j = "0.7.3" - val munit = "1.0.3" + val munit = "1.0.4" } val common: Seq[Setting[_]] = Seq(