Repository: spark
Updated Branches:
  refs/heads/master ded3ed973 -> 1ff41d869


[SPARK-21708][BUILD] update some sbt plugins

## What changes were proposed in this pull request?

These are just some straightforward upgrades to use the latest versions of some 
sbt plugins that also support sbt 1.0.
The remaining sbt plugins that need upgrading will require bigger changes.

## How was this patch tested?

Tested sbt use manually.

Author: pj.fanning <[email protected]>

Closes #19609 from pjfanning/SPARK-21708.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1ff41d86
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1ff41d86
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1ff41d86

Branch: refs/heads/master
Commit: 1ff41d8693ade5bf34ee41a1140254488abfbbc7
Parents: ded3ed9
Author: pj.fanning <[email protected]>
Authored: Tue Oct 31 08:16:54 2017 +0000
Committer: Sean Owen <[email protected]>
Committed: Tue Oct 31 08:16:54 2017 +0000

----------------------------------------------------------------------
 project/plugins.sbt | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1ff41d86/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 3c5442b..96bdb90 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")
 
@@ -20,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"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to