We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eadfc6 commit 7c36c55Copy full SHA for 7c36c55
build.sbt
@@ -24,7 +24,7 @@ lazy val exercises = (project in file("."))
24
"com.chuusai" %% "shapeless" % "2.3.3",
25
"org.scalatest" %% "scalatest" % "3.2.0",
26
"org.scalacheck" %% "scalacheck" % "1.14.3",
27
- "org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0",
28
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
29
),
30
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full)
0 commit comments