Skip to content

Commit 98e4194

Browse files
committed
Add ScalaCheck to build.sbt
1 parent ec593f0 commit 98e4194

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
@@ -107,6 +107,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
107107
libraryDependencies += "junit" % "junit" % "4.12" % Test,
108108
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
109109
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % Test,
110+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.2" % Test,
110111
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test).exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
111112
)
112113
.jsSettings(

0 commit comments

Comments
 (0)