summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Adrian Siekierka2019-02-12 19:25:06 +0100
committerGravatar Adrian Siekierka2019-02-12 19:25:06 +0100
commitd1d3e5449e180c36eae88cfd5dfd318adc750cad (patch)
treeedc41b6118ee50e91cb1dd2e6224c65791e4984f /build.gradle
parentDisable remapping of local variables until proper support is implemented (diff)
downloadenigma-d1d3e5449e180c36eae88cfd5dfd318adc750cad.tar.gz
enigma-d1d3e5449e180c36eae88cfd5dfd318adc750cad.tar.xz
enigma-d1d3e5449e180c36eae88cfd5dfd318adc750cad.zip
update SyntaxPane/Procyon - partially solves #103
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index aefebe1a..91419cda 100644
--- a/build.gradle
+++ b/build.gradle
@@ -88,7 +88,7 @@ configurations {
88 88
89dependencies { 89dependencies {
90 compile 'com.google.guava:guava:27.0.1-jre' 90 compile 'com.google.guava:guava:27.0.1-jre'
91 compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.8-enigma' 91 compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.6'
92 compile 'com.google.code.gson:gson:2.8.5' 92 compile 'com.google.code.gson:gson:2.8.5'
93 compile 'org.ow2.asm:asm:7.0' 93 compile 'org.ow2.asm:asm:7.0'
94 compile 'org.ow2.asm:asm-commons:7.0' 94 compile 'org.ow2.asm:asm-commons:7.0'
@@ -96,7 +96,7 @@ dependencies {
96 compile 'org.ow2.asm:asm-util:7.0' 96 compile 'org.ow2.asm:asm-util:7.0'
97 97
98 application name: "darcula", version: "1.0.0" 98 application name: "darcula", version: "1.0.0"
99 application 'de.sciss:syntaxpane:1.1.+' 99 application 'de.sciss:syntaxpane:1.2.+'
100 100
101 testCompile 'junit:junit:4.+' 101 testCompile 'junit:junit:4.+'
102 testCompile 'org.hamcrest:hamcrest-all:1.+' 102 testCompile 'org.hamcrest:hamcrest-all:1.+'