Skip to content

Commit

Permalink
ASM 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 1, 2021
1 parent 6f82a8a commit a1b8238
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 a1b8238

Please sign in to comment.