From 467287534a05ea5abbdb22eccef018d38fc325f5 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 03:31:43 +0000 Subject: [PATCH] Update munit to 1.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 177fdad..7a8ef8c 100644 --- a/build.sbt +++ b/build.sbt @@ -84,7 +84,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.5" % Test, + "org.scalameta" %% "munit" % "1.3.6" % Test, "org.scalameta" %% "munit-scalacheck" % "1.3.0" % Test ), javaLibSettings(8),