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 150a237 commit 1c40e3dCopy full SHA for 1c40e3d
build.sbt
@@ -32,6 +32,8 @@ libraryDependencies += "junit" % "junit" % "4.11" % "test"
32
33
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
34
35
+libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test"
36
+
37
//// testing:
38
// used in CompilerErrors test
39
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*")
0 commit comments