From 18d25e7361bda0b8fa2f4d5a2e448bc1f4f49cbb Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:43:46 +0000 Subject: [PATCH] Update munit to 1.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8903b7d..d17207e 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val core = (project in file("core")) moduleName := "coregex-core", description := "A handy utility for generating strings that match given regular expression criteria.", libraryDependencies ++= Seq( - "org.scalameta" %% "munit" % "1.2.1" % Test, + "org.scalameta" %% "munit" % "1.2.2" % Test, "org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test ) )