diff options
| author | 2022-04-13 21:18:52 +0100 | |
|---|---|---|
| committer | 2022-04-13 21:18:52 +0100 | |
| commit | 001dbed48c8ddfae879ab6cf594d3453cb3ce161 (patch) | |
| tree | 371bc031e087fb6e82277334115d71eac4aec162 | |
| parent | Show the crash dialog when an off thread job fails. (diff) | |
| download | enigma-001dbed48c8ddfae879ab6cf594d3453cb3ce161.tar.gz enigma-001dbed48c8ddfae879ab6cf594d3453cb3ce161.tar.xz enigma-001dbed48c8ddfae879ab6cf594d3453cb3ce161.zip | |
Update ASM
| -rw-r--r-- | enigma/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle index b43a36f1..8de7615f 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle | |||
| @@ -3,10 +3,10 @@ configurations { | |||
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | dependencies { | 5 | dependencies { |
| 6 | implementation 'org.ow2.asm:asm:9.2' | 6 | implementation 'org.ow2.asm:asm:9.3' |
| 7 | implementation 'org.ow2.asm:asm-commons:9.2' | 7 | implementation 'org.ow2.asm:asm-commons:9.3' |
| 8 | implementation 'org.ow2.asm:asm-tree:9.2' | 8 | implementation 'org.ow2.asm:asm-tree:9.3' |
| 9 | implementation 'org.ow2.asm:asm-util:9.2' | 9 | implementation 'org.ow2.asm:asm-util:9.3' |
| 10 | 10 | ||
| 11 | implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' | 11 | implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' |
| 12 | implementation 'net.fabricmc:cfr:0.1.0' | 12 | implementation 'net.fabricmc:cfr:0.1.0' |