From 14829ff1e2787c0fedcbeeed37b4a468982c031e Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:22:57 +0000 Subject: [PATCH] Update munit to 1.0.3 --- 10_testing/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_testing/build.sbt b/10_testing/build.sbt index b461d8b..6085703 100644 --- a/10_testing/build.sbt +++ b/10_testing/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "3.3.0" libraryDependencies ++= Seq( - "org.scalameta" %% "munit" % "0.7.29" % Test, + "org.scalameta" %% "munit" % "1.0.3" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test ) \ No newline at end of file