From 0c4c790a65c2a1efc4b0b58c432300da45495a93 Mon Sep 17 00:00:00 2001 From: DanLT Date: Mon, 21 Jun 2021 06:53:53 -0800 Subject: [PATCH] Remove smoothiemaps --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 828f530f1..646f9fa7c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.volmit.iris' -version '1.3.10' +version '1.4' def apiVersion = '1.14' def name = 'Iris' def main = 'com.volmit.iris.Iris' @@ -53,7 +53,6 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.20' // Shade - implementation 'io.timeandspace:smoothie-map:2.0.2' implementation 'com.github.ben-manes.caffeine:caffeine:2.8.5' implementation 'org.zeroturnaround:zt-zip:1.14' implementation 'org.apache.commons:commons-compress:1.20'