Skip to content

Commit

Permalink
update asm
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 21, 2024
1 parent ed9b3bf commit aed3a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/revxrsal/zapper/relocation/Relocator.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ private Relocator() {
}

private static final List<Dependency> dependencies = Arrays.asList(
new Dependency("org.ow2.asm", "asm", "9.2"),
new Dependency("org.ow2.asm", "asm-commons", "9.2"),
new Dependency("org.ow2.asm", "asm", "9.7.1"),
new Dependency("org.ow2.asm", "asm-commons", "9.7.1"),
new Dependency("me.lucko", "jar-relocator", "1.7")
);

Expand Down

0 comments on commit aed3a03

Please sign in to comment.