Skip to content

Commit

Permalink
fix: update to ASM 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Oct 15, 2024
1 parent 14828e3 commit 4726a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions org.mapleir.parent/org.mapleir.modasm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {

dependencies {
api project(':stdlib')
api 'org.ow2.asm:asm:9.6'
api 'org.ow2.asm:asm-tree:9.6'
api 'org.ow2.asm:asm-util:9.6'
api 'org.ow2.asm:asm-commons:9.6'
api 'org.ow2.asm:asm:9.7.1'
api 'org.ow2.asm:asm-tree:9.7.1'
api 'org.ow2.asm:asm-util:9.7.1'
api 'org.ow2.asm:asm-commons:9.7.1'
}

group = 'dev.skidfuscator.mapleir'
Expand Down

0 comments on commit 4726a46

Please sign in to comment.