Skip to content

Commit c80d8d4

Browse files
committed
Update munit-scalacheck to 1.2.0
1 parent 4f3fbad commit c80d8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ lazy val tests = module("tests") {
9393
.settings(
9494
libraryDependencies ++= Seq(
9595
"org.scalameta" %%% "munit" % "1.0.0",
96-
"org.scalameta" %%% "munit-scalacheck" % "1.0.0"
96+
"org.scalameta" %%% "munit-scalacheck" % "1.2.0"
9797
)
9898
)
9999
}

0 commit comments

Comments
 (0)