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 5a70c82 commit cfe8b00Copy full SHA for cfe8b00
build.sbt
@@ -22,7 +22,7 @@ lazy val exercises = (project in file("."))
22
"com.47deg" %% "fetch" % "1.3.0",
23
"com.47deg" %% "fetch-debug" % "1.3.0",
24
"com.chuusai" %% "shapeless" % "2.3.3",
25
- "org.scalatest" %% "scalatest" % "3.2.0",
+ "org.scalatest" %% "scalatest" % "3.2.1",
26
"org.scalacheck" %% "scalacheck" % "1.14.3",
27
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.1.0",
28
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
0 commit comments