From ba0060259994041b2e150f9555d73a9be20ebf15 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:37:36 +0200 Subject: [PATCH] Update munit to 1.0.2 in scala2 (#615) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e897ec9d..2fb5fcb2 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.1" % Test, + "org.scalameta" %%% "munit" % "1.0.2" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.9" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test, ),