From 980755d890f949c72a3e1c913038957b8891fd23 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 15:24:52 +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 21ea724..a6950f6 100644 --- a/build.sbt +++ b/build.sbt @@ -84,5 +84,5 @@ lazy val tests = crossProject( .dependsOn(mesh) .settings( name := "mesh-tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test ) \ No newline at end of file