Skip to content

Commit 31c1fe9

Browse files
committed
Add ScalaCheck js dependency
1 parent 62f2d42 commit 31c1fe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
5757
)
5858
.jsSettings(
5959
// Scala.js cannot run forked tests
60-
fork in Test := false
60+
fork in Test := false,
61+
62+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test"
6163
)
6264
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
6365

0 commit comments

Comments
 (0)