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 999d9df commit d7a7ddcCopy full SHA for d7a7ddc
build.sbt
@@ -22,7 +22,7 @@ lazy val exercises = (project in file("."))
22
"com.chuusai" %% "shapeless" % "2.3.3",
23
"org.scalatest" %% "scalatest" % "3.2.2",
24
"org.scalacheck" %% "scalacheck" % "1.14.3",
25
- "org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
26
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
27
),
28
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full)
0 commit comments