Skip to content

Commit aca20ab

Browse files
authored
Merge pull request #134 from SimY4/update/munit-1.0.3
Update munit to 1.0.3
2 parents abcd9e3 + 1e96d1e commit aca20ab

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(2024),
7171
libraryDependencies ++= Seq(
72-
"org.scalameta" %% "munit" % "1.0.2" % Test,
72+
"org.scalameta" %% "munit" % "1.0.3" % Test,
7373
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
7474
)
7575
)

0 commit comments

Comments
 (0)