Skip to content

Commit 84020ac

Browse files
committed
Add ScalaCheck to build.sbt
1 parent 5f7601a commit 84020ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ lazy val xml = crossProject.in(file("."))
2828
OsgiKeys.exportPackage := Seq(s"scala.xml.*;version=${version.value}"),
2929
libraryDependencies += "junit" % "junit" % "4.11" % "test",
3030
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test",
31+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % "test",
3132
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*"),
3233
mimaPreviousVersion := Some("1.0.5"),
3334
// You cannot disable JVM test forking when working on scala modules

0 commit comments

Comments
 (0)