From ffe14645bdedbd1176831ba7372199ab8339dc68 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 9 Dec 2022 00:36:21 +0000 Subject: [PATCH] Update munit to 1.0.0-M7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9223a9b91..55de282e1 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ lazy val sharedJavaSettings = List( val V = new { val scalameta = "4.6.0" - val munit = "1.0.0-M6" + val munit = "1.0.0-M7" val coursier = "1.0.10" val scalacheck = "1.17.0" val pprint = "0.8.0"