From 6dbb1dd15af4f0a31a887b92bd9ab784eafbb514 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:08:38 +0000 Subject: [PATCH] Update munit to 1.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef1da1f..5dd948b 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.2" % Test, + "org.scalameta" %% "munit" % "1.3.3" % Test, "org.scalameta" %% "munit-scalacheck" % "1.3.0" % Test ) )