diff options
| author | 2021-06-27 10:17:46 +0100 | |
|---|---|---|
| committer | 2021-06-27 10:17:46 +0100 | |
| commit | 037a0c37b4e89d806939a4b2894664fcbbee3dc6 (patch) | |
| tree | 92bcc6c25dbfab0c58b669a7337bb3f5034fbc1d /enigma | |
| parent | Bump version (diff) | |
| download | enigma-fork-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.gz enigma-fork-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.xz enigma-fork-037a0c37b4e89d806939a4b2894664fcbbee3dc6.zip | |
Update dependencies
Should fix #403
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 |