From f9d1dbf799cf7205fd1c4bc8a26dee399492b96f Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 00:17:25 +0000 Subject: [PATCH] Update munit, munit-scalacheck to 1.0.0 --- 10_testing/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10_testing/build.sbt b/10_testing/build.sbt index b461d8b..7b68fef 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-scalacheck" % "0.7.29" % Test + "org.scalameta" %% "munit" % "1.0.0" % Test, + "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test ) \ No newline at end of file