From d0283ed79e857797395cf338a205e322c0dab7fa Mon Sep 17 00:00:00 2001 From: asie Date: Mon, 21 Jan 2019 23:08:50 +0100 Subject: [PATCH] update dependencies --- build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index e6c9ea7..96e7cb7 100644 --- a/build.gradle +++ b/build.gradle @@ -34,12 +34,11 @@ dependencies { implementation ('org.zeroturnaround:zt-zip:1.13') implementation ('com.google.code.gson:gson:2.8.5') implementation ('com.google.guava:guava:27.0.1-jre') - implementation ('net.fabricmc:stitch:0.1.1.39') - implementation ('net.fabricmc:tiny-remapper:0.1.0.22') { + implementation ('net.fabricmc:stitch:0.1.1.40') + implementation ('net.fabricmc:tiny-remapper:0.1.0.23') { transitive = false } -// implementation ('org.benf:cfr:0.136') - implementation ('org.jetbrains:intellij-fernflower:1.0.0.2') + implementation ('org.jetbrains:intellij-fernflower:1.0.0.5') implementation ('net.fabricmc:sponge-mixin:0.7.11.14') { exclude module: 'launchwrapper'