Skip to content

Commit

Permalink
Update ASM and VF
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jan 13, 2025
1 parent 509142d commit 0f17828
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions enigma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ configurations {
}

dependencies {
implementation 'org.ow2.asm:asm:9.6'
implementation 'org.ow2.asm:asm-commons:9.6'
implementation 'org.ow2.asm:asm-tree:9.6'
implementation 'org.ow2.asm:asm-util:9.6'
implementation 'org.ow2.asm:asm:9.7.1'
implementation 'org.ow2.asm:asm-commons:9.7.1'
implementation 'org.ow2.asm:asm-tree:9.7.1'
implementation 'org.ow2.asm:asm-util:9.7.1'

implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0'
implementation 'net.fabricmc:cfr:0.2.2'
implementation 'org.vineflower:vineflower:1.10.0'
implementation 'org.vineflower:vineflower:1.10.1'

proGuard 'com.guardsquare:proguard-base:7.4.0-beta02'

Expand Down

0 comments on commit 0f17828

Please sign in to comment.