summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adrian Siekierka2019-04-07 13:19:04 +0200
committerGravatar Adrian Siekierka2019-04-07 13:19:08 +0200
commit5a98d0a836e3547e8b984e0ad92d235169ba193a (patch)
tree5b76a97fd7d84bef2645572e4e611cdded6e70c7
parentIndex lambda local variables to correct declaring method (diff)
downloadenigma-5a98d0a836e3547e8b984e0ad92d235169ba193a.tar.gz
enigma-5a98d0a836e3547e8b984e0ad92d235169ba193a.tar.xz
enigma-5a98d0a836e3547e8b984e0ad92d235169ba193a.zip
update Guava, ASM
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 5f7ae2da..e8711edf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -87,13 +87,13 @@ configurations {
87} 87}
88 88
89dependencies { 89dependencies {
90 compile 'com.google.guava:guava:27.0.1-jre' 90 compile 'com.google.guava:guava:27.1-jre'
91 compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.6' 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.1'
94 compile 'org.ow2.asm:asm-commons:7.0' 94 compile 'org.ow2.asm:asm-commons:7.1'
95 compile 'org.ow2.asm:asm-tree:7.0' 95 compile 'org.ow2.asm:asm-tree:7.1'
96 compile 'org.ow2.asm:asm-util:7.0' 96 compile 'org.ow2.asm:asm-util:7.1'
97 97
98 application name: "darcula", version: "1.0.0" 98 application name: "darcula", version: "1.0.0"
99 application 'de.sciss:syntaxpane:1.2.+' 99 application 'de.sciss:syntaxpane:1.2.+'