diff options
| author | 2025-01-13 13:41:11 +0000 | |
|---|---|---|
| committer | 2025-01-13 13:41:11 +0000 | |
| commit | 0f1782894b3793b29558b14831d00b1a312f7e14 (patch) | |
| tree | 5a4982c9b8bb101fb2aae9b552f994cdcd534a02 | |
| parent | Update to Mapping-IO 0.7 (#550) (diff) | |
| download | enigma-0f1782894b3793b29558b14831d00b1a312f7e14.tar.gz enigma-0f1782894b3793b29558b14831d00b1a312f7e14.tar.xz enigma-0f1782894b3793b29558b14831d00b1a312f7e14.zip | |
Update ASM and VF
| -rw-r--r-- | enigma/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle index 44f26808..17ea805c 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle | |||
| @@ -3,14 +3,14 @@ configurations { | |||
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | dependencies { | 5 | dependencies { |
| 6 | implementation 'org.ow2.asm:asm:9.6' | 6 | implementation 'org.ow2.asm:asm:9.7.1' |
| 7 | implementation 'org.ow2.asm:asm-commons:9.6' | 7 | implementation 'org.ow2.asm:asm-commons:9.7.1' |
| 8 | implementation 'org.ow2.asm:asm-tree:9.6' | 8 | implementation 'org.ow2.asm:asm-tree:9.7.1' |
| 9 | implementation 'org.ow2.asm:asm-util:9.6' | 9 | implementation 'org.ow2.asm:asm-util:9.7.1' |
| 10 | 10 | ||
| 11 | implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0' | 11 | implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0' |
| 12 | implementation 'net.fabricmc:cfr:0.2.2' | 12 | implementation 'net.fabricmc:cfr:0.2.2' |
| 13 | implementation 'org.vineflower:vineflower:1.10.0' | 13 | implementation 'org.vineflower:vineflower:1.10.1' |
| 14 | 14 | ||
| 15 | proGuard 'com.guardsquare:proguard-base:7.4.0-beta02' | 15 | proGuard 'com.guardsquare:proguard-base:7.4.0-beta02' |
| 16 | 16 | ||