We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713d2d9 commit 8c872c6Copy full SHA for 8c872c6
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