Skip to content

Commit b91f919

Browse files
authored
Merge pull request #186 from scala-steward/update/munit-scalacheck-1.2.0
Update munit-scalacheck to 1.2.0
2 parents 0acc1d5 + 4498b66 commit b91f919

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
@@ -26,7 +26,7 @@ lazy val root = project
2626
"ch.qos.logback" % "logback-classic" % "1.5.18",
2727
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
2828
"org.scalameta" %% "munit" % "1.1.1" % Test,
29-
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test,
29+
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
3030
"com.eed3si9n.expecty" %% "expecty" % "0.17.0" % Test,
3131
),
3232

0 commit comments

Comments
 (0)