[SPARK-27493][BUILD][FOLLOWUP] Upgrade ASM to 7.1 in plugins.sbt

## What changes were proposed in this pull request?

This is a follow-up of https://github.com/apache/spark/pull/24395. This PR update `plugins.sbt`, too.

## How was this patch tested?

Pass the Jenkins.

Closes #24444 from dongjoon-hyun/SPARK-ASM71-2.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: DB Tsai <d_tsai@apple.com>
This commit is contained in:
Dongjoon Hyun 2019-04-23 18:18:02 +00:00 committed by DB Tsai
parent 00f2f311f7
commit 810be5dd20

View file

@ -45,9 +45,9 @@ addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
libraryDependencies += "org.ow2.asm" % "asm" % "7.0"
libraryDependencies += "org.ow2.asm" % "asm" % "7.1"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "7.0"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "7.1"
// sbt 1.0.0 support: https://github.com/ihji/sbt-antlr4/issues/14
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.13")