mirror of https://github.com/sbt/sbt.git
Update asm-commons, asm-util to 7.0 (#21)
This commit is contained in:
parent
41640051d7
commit
9f396db6c1
|
|
@ -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 := {
|
||||
|
|
|
|||
Loading…
Reference in New Issue