From 8304165d85074b1554136df1bd596954a6f59a04 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:20:50 +0000 Subject: [PATCH] Update munit to 1.1.0 --- 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..d870c30 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.1.0" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test ) \ No newline at end of file