summaryrefslogtreecommitdiff
path: root/enigma
diff options
context:
space:
mode:
authorGravatar modmuss502022-04-13 21:18:52 +0100
committerGravatar modmuss502022-04-13 21:18:52 +0100
commit001dbed48c8ddfae879ab6cf594d3453cb3ce161 (patch)
tree371bc031e087fb6e82277334115d71eac4aec162 /enigma
parentShow the crash dialog when an off thread job fails. (diff)
downloadenigma-fork-001dbed48c8ddfae879ab6cf594d3453cb3ce161.tar.gz
enigma-fork-001dbed48c8ddfae879ab6cf594d3453cb3ce161.tar.xz
enigma-fork-001dbed48c8ddfae879ab6cf594d3453cb3ce161.zip
Update ASM
Diffstat (limited to 'enigma')
-rw-r--r--enigma/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle
index b43a36f..8de7615 100644
--- a/enigma/build.gradle
+++ b/enigma/build.gradle
@@ -3,10 +3,10 @@ configurations {
3} 3}
4 4
5dependencies { 5dependencies {
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'