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