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'