From 89cd245a1753792b4cacce26531bf3f2fb3a8ee2 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:42:09 +0000 Subject: [PATCH] Update munit to 1.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2e6cf5c..a1e8723 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.2" % Test, + "org.scalameta" %% "munit" % "1.2.3" % Test, "org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test ) )