From ea8e95ed7096ce212f82797f6ec9b374e73afc0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 Apr 2024 12:54:54 +0000 Subject: [PATCH] Update munit to 1.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92d6f6de..14741cf3 100644 --- a/build.sbt +++ b/build.sbt @@ -280,7 +280,7 @@ lazy val library = new { object Version { val scalaTest = "3.2.18" - val munit = "1.0.0-M12" + val munit = "1.0.0-RC1" val cats = "2.10.0" val catsEffect = "3.5.4" val parboiled = "2.5.1"