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 386af3f commit b090457Copy full SHA for b090457
build.sbt
@@ -20,7 +20,7 @@ lazy val exercises = (project in file("."))
20
"org.scala-exercises" %% "definitions" % "0.6.7",
21
"com.chuusai" %% "shapeless" % "2.3.3",
22
"org.scalatest" %% "scalatest" % "3.2.3",
23
- "org.scalacheck" %% "scalacheck" % "1.15.1",
+ "org.scalacheck" %% "scalacheck" % "1.15.2",
24
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
25
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
26
)
0 commit comments