diff --git a/build.gradle b/build.gradle index c803c147..ddef7c4a 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.17.1' - implementation 'com.willfp:libreforge:2.14.0' + implementation 'com.willfp:libreforge:2.15.0' compileOnly 'org.jetbrains:annotations:19.0.0' diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 7802691a..da5363c4 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -13,6 +13,7 @@ softdepend: - MythicMobs - EcoSkills - AureliumSkills + - mcMMO libraries: - 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0' diff --git a/gradle.properties b/gradle.properties index b1564515..c5ff8b73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.17.0 +version = 8.18.0 plugin-name = EcoEnchants \ No newline at end of file