From 7472f4e9ddc1e2da42fbb0915cf3c1cff762e22f Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 23 Aug 2024 00:57:59 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b588eff4..50c9df92 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val sharedJavaSettings = List( val V = new { val scalameta = "4.9.8" - val munit = "1.0.0" + val munit = "1.0.1" val coursier = "1.0.19"