Skip to content

Commit 96fd083

Browse files
committed
Add ScalaCheck js dependency
1 parent 585c20a commit 96fd083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
112112
)
113113
.jsSettings(
114114
// Scala.js cannot run forked tests
115-
fork in Test := false
115+
fork in Test := false,
116+
117+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test"
116118
)
117119
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
118120

0 commit comments

Comments
 (0)