From 28f042b8b7f7238d71e6e6e88f01f0cbc874feda Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 3 Jul 2023 00:45:13 +0000 Subject: [PATCH] Update munit to 1.0.0-M8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06635f25..b30cea68 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ lazy val sharedJavaSettings = List( val V = new { val scalameta = "4.7.8" - val munit = "1.0.0-M7" + val munit = "1.0.0-M8" val coursier = "1.0.18" val scalacheck = "1.17.0" val pprint = "0.8.1"