diff options
| -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' |