From ad3363c4f4e48e67092b417eaf10ff6b7f4f30ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 20:19:54 +0000 Subject: [PATCH] Update munit to 1.0.1 in scala2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1fe2eaf7..83200c67 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ def commonSettings = Seq( libraryDependencies ++= Seq( "org.typelevel" %%% "spire" % "0.18.0" % Provided, "eu.timepit" %%% "singleton-ops" % "0.5.2" % Provided, - "org.scalameta" %%% "munit" % "1.0.0" % Test, + "org.scalameta" %%% "munit" % "1.0.1" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.9" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test, ),