We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01dc79 commit be2cd5dCopy full SHA for be2cd5d
build.sbt
@@ -25,7 +25,7 @@ lazy val exercises = (project in file("."))
25
"com.chuusai" %% "shapeless" % "2.3.3",
26
"org.scalatest" %% "scalatest" % "3.2.0",
27
"org.scalacheck" %% "scalacheck" % "1.14.3",
28
- "org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0",
29
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
30
)
31
0 commit comments