From 7c63c554e88620569a70af83ff7546a6a327e8f8 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 27 Dec 2024 01:05:20 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61e1b8f2..2b9f4d17 100644 --- a/build.sbt +++ b/build.sbt @@ -140,7 +140,7 @@ lazy val sharedJavaSettings = List( val V = new { val scalameta = "4.11.2" - val munit = "1.0.2" + val munit = "1.0.3" val coursier = "1.0.24"