We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f406920 + 8d3b61f commit dd74a83Copy full SHA for dd74a83
build.sbt
@@ -52,7 +52,7 @@ lazy val testKit = {
52
)("0.5.0")
53
54
Seq(
55
- "org.scalacheck" %% "scalacheck" % "1.14.2",
+ "org.scalacheck" %% "scalacheck" % "1.14.3",
56
"org.scalatest" %% "scalatest" % "3.0.8",
57
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2",
58
"com.beachape" %% "enumeratum-scalacheck" % "1.5.16",
0 commit comments