From 9f396db6c143abb3a9e5d7d0aae1bd4d5460a8af Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Jan 2019 07:10:07 +0100 Subject: [PATCH] Update asm-commons, asm-util to 7.0 (#21) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0122eb4e8..47efef970 100644 --- a/build.sbt +++ b/build.sbt @@ -114,8 +114,8 @@ lazy val `sbt-shading` = project // dependencies of jarjar-core - directly depending on these so that they don't get shaded libraryDependencies ++= Seq( "com.google.code.findbugs" % "jsr305" % "2.0.3", - "org.ow2.asm" % "asm-commons" % "5.2", - "org.ow2.asm" % "asm-util" % "5.2", + "org.ow2.asm" % "asm-commons" % "7.0", + "org.ow2.asm" % "asm-util" % "7.0", "org.slf4j" % "slf4j-api" % "1.7.25" ), scriptedDependencies := {