aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-12-07 09:03:20 +0800
committerSean Owen <sowen@cloudera.com>2016-12-07 09:03:20 +0800
commit4cc8d8906df3025cebb7f9fcc14d25d659d602cc (patch)
tree74cfb6b98f7449f64d6ebd8e539362d44fffd2be /project/plugins.sbt
parent81e5619ca141a1d3a06547d2b682cbe3f135b360 (diff)
downloadspark-4cc8d8906df3025cebb7f9fcc14d25d659d602cc.tar.gz
spark-4cc8d8906df3025cebb7f9fcc14d25d659d602cc.tar.bz2
spark-4cc8d8906df3025cebb7f9fcc14d25d659d602cc.zip
Revert "[SPARK-18697][BUILD] Upgrade sbt plugins"
This reverts commit 7f31d378c4025cb3dea2b96fcf2a9e451c534df0.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt10
1 files changed, 5 insertions, 5 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5df88d96a5..76597d2729 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,12 +1,12 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
-addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1")
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.12")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.11")
addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
@@ -16,9 +16,9 @@ addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
-libraryDependencies += "org.ow2.asm" % "asm" % "5.1"
+libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"
-libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.1"
+libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.11")