From bbe8639f631caf7854cf41553ed968bc5dde5795 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 10 Feb 2022 10:27:28 +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 94f7ecf..90a5fde 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.20.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 847cfea..4bac393 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -13,6 +13,8 @@ softdepend: - Jobs - mcMMO - Vault + - DeluxeSellwands + - ShopGUIPlus commands: ecoarmor: diff --git a/gradle.properties b/gradle.properties index ef7e3d9..d15d283 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.31.3 +version = 7.32.0 plugin-name = EcoArmor \ No newline at end of file