From d4c52c0d9aa485ce3eea7d12d6cd6ce4210911be Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:18:48 +0000 Subject: [PATCH] Update munit to 1.0.1 --- 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..88b0a56 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.1" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test ) \ No newline at end of file