Skip to content

Commit c5b3cd4

Browse files
authored
Merge pull request #211 from SimY4/update/munit-1.2.2
Update munit to 1.2.2
2 parents d02a0f2 + 18d25e7 commit c5b3cd4

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
@@ -76,7 +76,7 @@ lazy val core = (project in file("core"))
7676
moduleName := "coregex-core",
7777
description := "A handy utility for generating strings that match given regular expression criteria.",
7878
libraryDependencies ++= Seq(
79-
"org.scalameta" %% "munit" % "1.2.1" % Test,
79+
"org.scalameta" %% "munit" % "1.2.2" % Test,
8080
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test
8181
)
8282
)

0 commit comments

Comments
 (0)