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 10b059f commit 2d957c0Copy full SHA for 2d957c0
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.1",
24
"org.scalacheck" %% "scalacheck" % "1.14.3",
25
- "org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0",
26
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
27
)
28
0 commit comments