From 282c3f19bc7f47be6a0e01f43ba35c22de4be7e6 Mon Sep 17 00:00:00 2001 From: "scala.steward" Date: Tue, 3 Dec 2024 00:03:25 +0000 Subject: [PATCH] Update munit from 1.0.2 to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 946b54e..2925399 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.2" + val munit = "1.0.3" } val common: Seq[Setting[_]] = Seq(