Remove smoothiemaps

This commit is contained in:
DanLT 2021-06-21 06:53:53 -08:00
parent 012539b5d3
commit 0c4c790a65

View File

@ -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'