diff --git a/eco-core/build.gradle b/eco-core/build.gradle index 7f6940fd..e5b0a95b 100644 --- a/eco-core/build.gradle +++ b/eco-core/build.gradle @@ -3,6 +3,6 @@ version rootProject.version subprojects { dependencies { - implementation 'com.willfp:libreforge:3.16.5' + implementation 'com.willfp:libreforge:3.17.0' } } \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 5031ccd0..424f68fd 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -18,6 +18,8 @@ softdepend: - Vault - CMI - CMILib + - DeluxeSellwands + - ShopGUIPlus commands: enchantinfo: diff --git a/gradle.properties b/gradle.properties index 644b4402..c041b572 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.38.3 +version = 8.39.0 plugin-name = EcoEnchants \ No newline at end of file