From 5bdab659a0920509017cdc812f9be7ea4273b70d Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 00:24:34 +0000 Subject: [PATCH] Update munit, munit-scalacheck to 1.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 970eb1a..707d24b 100644 --- a/build.sbt +++ b/build.sbt @@ -69,8 +69,8 @@ lazy val core = (project in file("core")) description := "A handy utility for generating strings that match given regular expression criteria.", headerEndYear := Some(2024), 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 ) ) .settings(javaLibSettings(8))