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 7046da6 commit 955e067Copy full SHA for 955e067
build.sbt
@@ -27,7 +27,7 @@ lazy val exercises = (project in file("."))
27
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.6.0",
28
"com.chuusai" %% "shapeless" % "2.3.10",
29
"org.scalatest" %% "scalatest" % "3.2.13",
30
- "org.scalacheck" %% "scalacheck" % "1.16.0",
+ "org.scalacheck" %% "scalacheck" % "1.17.0",
31
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
32
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
33
)
0 commit comments