We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abcd9e3 + 1e96d1e commit aca20abCopy full SHA for aca20ab
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(2024),
71
libraryDependencies ++= Seq(
72
- "org.scalameta" %% "munit" % "1.0.2" % Test,
+ "org.scalameta" %% "munit" % "1.0.3" % Test,
73
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
74
)
75
0 commit comments