From e96f6de53f20e4184b58f40abb478c1901dcacca Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 9 Jan 2022 12:58:39 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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