From a80aa496a150a8ce79b5d672ff96daf5b0475317 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Dec 2024 17:15:50 +0000 Subject: [PATCH] Update munit to 1.0.3 in scala2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 380a489f..bb995ac8 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.3" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.9" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test, ),