Update Spark repository for sbt (#206)
https://dl.bintray.com/spark-packages/maven is a dead link now. According to https://github.com/databricks/sbt-spark-package/issues/50, this is the new link: https://repos.spark-packages.org
This commit is contained in:
parent
ca4ccea3dd
commit
28d88190f6
@ -1,6 +1,6 @@
|
||||
// You may use this file to add plugin dependencies for sbt.
|
||||
|
||||
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/"
|
||||
resolvers += "Spark Packages repo" at "https://repos.spark-packages.org/"
|
||||
|
||||
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user