From 804a0e88b9efe958417a6f0af0cc9ac0f6a1522a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 10 Feb 2022 10:57:25 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 2 ++ gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 98a10dd..4712adb 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.24.0' - implementation 'com.willfp:libreforge:3.16.5' + implementation 'com.willfp:libreforge:3.17.0' compileOnly 'org.jetbrains:annotations:23.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 56005b9..d9ebe4d 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -14,6 +14,8 @@ softdepend: - Jobs - mcMMO - Vault + - ShopGUIPlus + - DeluxeSellwands commands: ecobosses: diff --git a/gradle.properties b/gradle.properties index dcffaf5..bc829eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.1.8 +version = 8.2.0 plugin-name = EcoBosses \ No newline at end of file