Skip to content

Commit 5dce5e8

Browse files
Update munit to 1.2.1
1 parent 019b46f commit 5dce5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy val core = (project in file("core"))
6565
description := "A handy utility for generating strings that match given regular expression criteria.",
6666
headerEndYear := Some(2025),
6767
libraryDependencies ++= Seq(
68-
"org.scalameta" %% "munit" % "1.2.0" % Test,
68+
"org.scalameta" %% "munit" % "1.2.1" % Test,
6969
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test
7070
)
7171
)

0 commit comments

Comments
 (0)