From 07ef71b82c4cbe0a6e24f211456c739a6627759f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:06:48 +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 970366a3..24217aff 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val commonSettings = Seq( ), // Testing libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M11" % Test, + "org.scalameta" %%% "munit" % "1.0.0" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test