Skip to content

Commit 8c872c6

Browse files
committed
Add ScalaCheck to build.sbt
1 parent 713d2d9 commit 8c872c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ libraryDependencies += "junit" % "junit" % "4.11" % "test"
3232

3333
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
3434

35+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test"
36+
3537
//// testing:
3638
// used in CompilerErrors test
3739
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*")

0 commit comments

Comments
 (0)