diff --git a/build.gradle b/build.gradle index a38f017..ab22bf2 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ allprojects { } dependencies { - compileOnly 'com.willfp:eco:5.0.0' + compileOnly 'com.willfp:eco:5.2.0' compileOnly 'org.jetbrains:annotations:19.0.0' diff --git a/gradle.properties b/gradle.properties index 9f27c59..1f65e1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.0.0 +version = 5.0.1 plugin-name = EcoBosses \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index d45cf8d..ba67f89 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,6 @@ rootProject.name = 'EcoBosses' // Core include ':eco-core' include ':eco-core:core-nms' -include ':eco-core:core-nms:v1_15_R1' include ':eco-core:core-nms:v1_16_R1' include ':eco-core:core-nms:v1_16_R2' include ':eco-core:core-nms:v1_16_R3'