From a14aad1b54685a311f17ae1c6893421a6617e986 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 27 May 2024 23:19:33 +0200 Subject: [PATCH] chore: Update munit from 1.0.0-M12 to 1.0.0 (#115) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Lemaitre Co-authored-by: Raphaël Lemaitre --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ec7302094..7ed2781e9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -68,7 +68,7 @@ object Dependencies { ) val tests: Seq[ModuleID] = Seq( - "org.scalameta" %% "munit" % "1.0.0-M12" % Test, + "org.scalameta" %% "munit" % "1.0.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test, "io.github.iltotore" %% "iron-scalacheck" % "2.5.0" % Test