From 91a39926dcd277e3724bb6f7f7c0e3b410143a43 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 14 Jan 2022 17:45:33 +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 93882705..6fa1912c 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.19.0' - implementation 'com.willfp:libreforge:3.1.2' + implementation 'com.willfp:libreforge:3.2.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 4966cebf..4e4615c9 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -15,6 +15,7 @@ softdepend: - AureliumSkills - mcMMO - Jobs + - Vault libraries: - 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0' diff --git a/gradle.properties b/gradle.properties index cb80c889..64adf1c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.22.0 +version = 8.23.0 plugin-name = EcoEnchants \ No newline at end of file