We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eda1d1 commit cd972dbCopy full SHA for cd972db
project/plugins.sbt
@@ -2,8 +2,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")
2
3
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "latest.release")
4
5
+addSbtPlugin("com.thoughtworks.deeplearning" % "sbt-nd4j" % "1.0.0-M2")
6
+
7
resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/"
8
9
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.5")
-
-dependsOn(RootProject(uri("../sbt-nd4j")))
0 commit comments