summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Thog2016-09-11 18:39:57 +0200
committerGravatar Thog2016-09-11 18:39:57 +0200
commite29dc51b7079a17b611483f18997467e00475e2e (patch)
tree31c5697b66c874be004b642e02da6f6225d389f7 /build.gradle
parentFix generic issue with return type signature (diff)
downloadenigma-e29dc51b7079a17b611483f18997467e00475e2e.tar.gz
enigma-e29dc51b7079a17b611483f18997467e00475e2e.tar.xz
enigma-e29dc51b7079a17b611483f18997467e00475e2e.zip
Update Procyon to 0.5.33.8
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 6fc46b8f..8dc5d416 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ configurations {
66dependencies { 66dependencies {
67 compile 'com.google.guava:guava:17.+' 67 compile 'com.google.guava:guava:17.+'
68 compile 'org.javassist:javassist:3.+' 68 compile 'org.javassist:javassist:3.+'
69 compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.7-enigma' 69 compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.8-enigma'
70 70
71 application 'de.sciss:syntaxpane:1.1.+' 71 application 'de.sciss:syntaxpane:1.1.+'
72 72