Skip to content

Commit

Permalink
Merge pull request #20 from eed3si9n/wip/asm
Browse files Browse the repository at this point in the history
ASM 9.2
  • Loading branch information
eed3si9n committed Sep 1, 2021
2 parents 6f82a8a + a1b8238 commit be0804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lazy val jarjar = project
crossPaths := false
autoScalaLibrary := false
libraryDependencies ++= Seq(
"org.ow2.asm" % "asm" % "7.0",
"org.ow2.asm" % "asm-commons" % "7.0",
"org.ow2.asm" % "asm" % "9.2",
"org.ow2.asm" % "asm-commons" % "9.2",
"org.apache.ant" % "ant" % "1.9.9",
"org.apache.maven" % "maven-plugin-api" % "3.3.9",
"org.apache.commons" % "commons-lang3" % "3.8.1",
Expand Down

0 comments on commit be0804f

Please sign in to comment.