diff options
| author | 2016-09-11 18:39:57 +0200 | |
|---|---|---|
| committer | 2016-09-11 18:39:57 +0200 | |
| commit | e29dc51b7079a17b611483f18997467e00475e2e (patch) | |
| tree | 31c5697b66c874be004b642e02da6f6225d389f7 /build.gradle | |
| parent | Fix generic issue with return type signature (diff) | |
| download | enigma-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.gradle | 2 |
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 { | |||
| 66 | dependencies { | 66 | dependencies { |
| 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 | ||