Skip to content

Commit

Permalink
Merge pull request #41 from SethTisue/asm-9.6
Browse files Browse the repository at this point in the history
upgrade ASM to 9.6 (was 9.5), for JDK 22 support
  • Loading branch information
eed3si9n authored Oct 26, 2023
2 parents 8629ce2 + 100d48c commit 58b7fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ lazy val jarjar = project
crossPaths := false
autoScalaLibrary := false
libraryDependencies ++= Seq(
"org.ow2.asm" % "asm" % "9.5",
"org.ow2.asm" % "asm-commons" % "9.5",
"org.ow2.asm" % "asm" % "9.6",
"org.ow2.asm" % "asm-commons" % "9.6",
"org.apache.commons" % "commons-lang3" % "3.8.1",
"junit" % "junit" % "4.12" % "it,test",
"com.github.sbt" % "junit-interface" % "0.13.2" % "it,test"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7

0 comments on commit 58b7fb2

Please sign in to comment.