We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3fbad commit c80d8d4Copy full SHA for c80d8d4
1 file changed
build.sbt
@@ -93,7 +93,7 @@ lazy val tests = module("tests") {
93
.settings(
94
libraryDependencies ++= Seq(
95
"org.scalameta" %%% "munit" % "1.0.0",
96
- "org.scalameta" %%% "munit-scalacheck" % "1.0.0"
+ "org.scalameta" %%% "munit-scalacheck" % "1.2.0"
97
)
98
99
}
0 commit comments