Update asm-commons, asm-util to 7.0 (#21)

This commit is contained in:
Scala steward 2019-01-14 07:10:07 +01:00 committed by Alexandre Archambault
parent 41640051d7
commit 9f396db6c1
1 changed files with 2 additions and 2 deletions

View File

@ -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 := {