We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870b146 + bb4721f commit 95d5548Copy full SHA for 95d5548
build.sbt
@@ -69,7 +69,7 @@ lazy val core = (project in file("core"))
69
description := "A handy utility for generating strings that match given regular expression criteria.",
70
headerEndYear := Some(2025),
71
libraryDependencies ++= Seq(
72
- "org.scalameta" %% "munit" % "1.0.3" % Test,
+ "org.scalameta" %% "munit" % "1.0.4" % Test,
73
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
74
)
75
0 commit comments