add hash.js dependency (#10)

This commit is contained in:
Dima 2019-07-03 16:19:20 +03:00 committed by GitHub
parent f7557a1d75
commit d63509f077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ val scalaV = scalaVersion := "2.12.8"
val commons = Seq(
scalaV,
version := "0.0.8",
version := "0.0.9",
fork in Test := true,
parallelExecution in Test := false,
organization := "one.fluence",
@ -106,7 +106,8 @@ lazy val `crypto-hashsign` = crossProject(JVMPlatform, JSPlatform)
libraryDependencies += "io.scalajs" %%% "nodejs" % "0.4.2",
npmDependencies in Compile ++= Seq(
"elliptic" -> "6.4.1",
"supercop.js" -> "2.0.1"
"supercop.js" -> "2.0.1",
"hash.js" -> "1.1.7"
),
scalaJSModuleKind in Test := ModuleKind.CommonJSModule,
//all JavaScript dependencies will be concatenated to a single file *-jsdeps.js