summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar gegy10002019-06-18 20:20:40 +0200
committerGravatar gegy10002019-06-18 20:20:40 +0200
commit42243fa65e1d87f6a0498f6e2d83505605409411 (patch)
treec4127d7928c752360639b42b221c96678cdc5807 /build.gradle
parentPlugin rework along with API rework: Enigma split from EnigmaProject; plugins... (diff)
parentfix unwanted declaration navigation during Quick Find (diff)
downloadenigma-42243fa65e1d87f6a0498f6e2d83505605409411.tar.gz
enigma-42243fa65e1d87f6a0498f6e2d83505605409411.tar.xz
enigma-42243fa65e1d87f6a0498f6e2d83505605409411.zip
Mostly resolve test failures
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 63c221da..e7ceb932 100644
--- a/build.gradle
+++ b/build.gradle
@@ -83,8 +83,8 @@ configurations {
83} 83}
84 84
85dependencies { 85dependencies {
86 compile 'com.google.guava:guava:27.1-jre' 86 compile 'com.google.guava:guava:28.0-jre'
87 compile 'net.fabricmc:procyon-fabric-compilertools:0.5.33.+' 87 compile 'net.fabricmc:procyon-fabric-compilertools:0.5.35.+'
88 compile 'com.google.code.gson:gson:2.8.5' 88 compile 'com.google.code.gson:gson:2.8.5'
89 compile 'org.ow2.asm:asm:7.1' 89 compile 'org.ow2.asm:asm:7.1'
90 compile 'org.ow2.asm:asm-commons:7.1' 90 compile 'org.ow2.asm:asm-commons:7.1'