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 4b4e5ed commit b0da062Copy full SHA for b0da062
build.sbt
@@ -25,7 +25,7 @@ lazy val exercises = (project in file("."))
25
"com.github.julien-truffaut" %% "monocle-core" % "2.0.5",
26
"com.github.julien-truffaut" %% "monocle-macro" % "2.0.5",
27
"com.chuusai" %% "shapeless" % "2.3.3",
28
- "org.scalatest" %% "scalatest" % "3.1.2",
+ "org.scalatest" %% "scalatest" % "3.2.0",
29
"org.scalacheck" %% "scalacheck" % "1.14.3",
30
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
31
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
0 commit comments