From 75d1fa896b963406db6d9ff8ef13e9a87556fa3b Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:03:59 +0000 Subject: [PATCH] Update munit to 1.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3c16615..1adf8ef 100644 --- a/build.sbt +++ b/build.sbt @@ -79,7 +79,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.3.0" % Test, + "org.scalameta" %% "munit" % "1.3.1" % Test, "org.scalameta" %% "munit-scalacheck" % "1.3.0" % Test ) )