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