From dcc169772fdde2371f6417fb3419b0ff0e551143 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 16:27:20 +0000 Subject: [PATCH] Update munit to 1.0.4 in scala2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 380a489f..312ba4fc 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.2" % Test, + "org.scalameta" %%% "munit" % "1.0.4" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.9" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test, ),