Skip to content

Commit cd972db

Browse files
committed
Use sbt-nd4j milestone release
1 parent 1eda1d1 commit cd972db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")
22

33
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "latest.release")
44

5+
addSbtPlugin("com.thoughtworks.deeplearning" % "sbt-nd4j" % "1.0.0-M2")
6+
57
resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/"
68

79
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.5")
8-
9-
dependsOn(RootProject(uri("../sbt-nd4j")))

0 commit comments

Comments
 (0)