We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d02a0f2 + 18d25e7 commit c5b3cd4Copy full SHA for c5b3cd4
build.sbt
@@ -76,7 +76,7 @@ lazy val core = (project in file("core"))
76
moduleName := "coregex-core",
77
description := "A handy utility for generating strings that match given regular expression criteria.",
78
libraryDependencies ++= Seq(
79
- "org.scalameta" %% "munit" % "1.2.1" % Test,
+ "org.scalameta" %% "munit" % "1.2.2" % Test,
80
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test
81
)
82
0 commit comments