summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar modmuss502024-02-15 10:21:16 +0000
committerGravatar modmuss502024-02-15 10:21:16 +0000
commit5c28c19d2e818042c8677d8763be2e8434e31b4a (patch)
tree7bb4e934442d9efbb0bc61a7aa366678660bb15a
parentFix editor scaling (#536) (diff)
downloadenigma-fork-5c28c19d2e818042c8677d8763be2e8434e31b4a.tar.gz
enigma-fork-5c28c19d2e818042c8677d8763be2e8434e31b4a.tar.xz
enigma-fork-5c28c19d2e818042c8677d8763be2e8434e31b4a.zip
Update CFR
-rw-r--r--enigma/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle
index cabea13..ffea473 100644
--- a/enigma/build.gradle
+++ b/enigma/build.gradle
@@ -9,7 +9,7 @@ dependencies {
9 implementation 'org.ow2.asm:asm-util:9.6' 9 implementation 'org.ow2.asm:asm-util:9.6'
10 10
11 implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0' 11 implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0'
12 implementation 'net.fabricmc:cfr:0.2.1' 12 implementation 'net.fabricmc:cfr:0.2.2'
13 13
14 proGuard 'com.guardsquare:proguard-base:7.4.0-beta02' 14 proGuard 'com.guardsquare:proguard-base:7.4.0-beta02'
15 15