From 7e8a2ede1ebf3b2ba0d82569ffbaf0a03aeb88ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 May 2024 00:46:13 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd6ef2c..37f1c51 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val commonSettings = Seq( "-feature" ), libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test + "org.scalameta" %%% "munit" % "1.0.0" % Test ) )