From 06101df0bd693275844f59b24f8129ee04f77c63 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 17:16:03 +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 c2e1e5f..25dc313 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-wordspec" % "3.2.18" % Test, "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test, - "org.scalameta" %% "munit" % "1.0.0-RC1" % Test, + "org.scalameta" %% "munit" % "1.0.0" % Test, ) scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (