From e81dc0dfc860b59e52ab08c9237d242144530a76 Mon Sep 17 00:00:00 2001 From: Prashanth Sagar Date: Sun, 8 Aug 2021 19:58:19 +0530 Subject: [PATCH] Update maven repository after bintray sunset --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 74cfdedd..1ec00713 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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/" @@ -14,4 +14,4 @@ addSbtPlugin("com.databricks" %% "sbt-databricks" % "0.1.3") addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") \ No newline at end of file +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")