diff options
Diffstat (limited to 'enigma')
| -rw-r--r-- | enigma/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle index c3d2604..ec1c878 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle | |||
| @@ -3,15 +3,15 @@ configurations { | |||
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | dependencies { | 5 | dependencies { |
| 6 | implementation 'org.ow2.asm:asm:9.1' | 6 | implementation 'org.ow2.asm:asm:9.2' |
| 7 | implementation 'org.ow2.asm:asm-commons:9.1' | 7 | implementation 'org.ow2.asm:asm-commons:9.2' |
| 8 | implementation 'org.ow2.asm:asm-tree:9.1' | 8 | implementation 'org.ow2.asm:asm-tree:9.2' |
| 9 | implementation 'org.ow2.asm:asm-util:9.1' | 9 | implementation 'org.ow2.asm:asm-util:9.2' |
| 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.0.3' | 12 | implementation 'net.fabricmc:cfr:0.0.4' |
| 13 | 13 | ||
| 14 | proGuard 'com.guardsquare:proguard-base:7.1.0-beta4' | 14 | proGuard 'com.guardsquare:proguard-base:7.1.0-beta5' |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | // Generate "version.txt" file | 17 | // Generate "version.txt" file |