From f0a4e7c7c0727c5dca6b095bea182d2dd016a9db Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Thu, 26 Oct 2017 22:39:00 +0100 Subject: [PATCH 1/2] SPARK-21708 update eclipse and dependency tree plugins --- project/plugins.sbt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c5442b04b8e4..e6bf024b7ae27 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,11 +1,9 @@ // need to make changes to uptake sbt 1.0 support in "com.eed3si9n" % "sbt-assembly" % "1.14.5" addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") -// sbt 1.0.0 support: https://github.com/typesafehub/sbteclipse/issues/343 -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.3") -// sbt 1.0.0 support: https://github.com/jrudolph/sbt-dependency-graph/issues/134 -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") +addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") From 8c8c8b5e3e0a409e373e25b06694e3a1987e8a9c Mon Sep 17 00:00:00 2001 From: "pj.fanning" Date: Thu, 26 Oct 2017 22:45:00 +0100 Subject: [PATCH 2/2] SPARK-21708 update sbt-revolver plugin --- project/plugins.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e6bf024b7ae27..96bdb9067ae59 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,8 +18,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") // need to make changes to uptake sbt 1.0 support in "com.cavorite" % "sbt-avro-1-7" % "1.1.2" addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2") -// sbt 1.0.0 support: https://github.com/spray/sbt-revolver/issues/62 -addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0") +addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") libraryDependencies += "org.ow2.asm" % "asm" % "5.1"