Skip to content

Commit 95d5548

Browse files
authored
Merge pull request #135 from SimY4/update/munit-1.0.4
Update munit to 1.0.4
2 parents 870b146 + bb4721f commit 95d5548

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
@@ -69,7 +69,7 @@ lazy val core = (project in file("core"))
6969
description := "A handy utility for generating strings that match given regular expression criteria.",
7070
headerEndYear := Some(2025),
7171
libraryDependencies ++= Seq(
72-
"org.scalameta" %% "munit" % "1.0.3" % Test,
72+
"org.scalameta" %% "munit" % "1.0.4" % Test,
7373
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
7474
)
7575
)

0 commit comments

Comments
 (0)