From 5b62974eb7eaf3d541150fa389be4f02769f86f8 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 1 Feb 2022 18:45:30 +0000 Subject: [PATCH] Updated libreforge --- eco-core/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/eco-core/build.gradle b/eco-core/build.gradle index 3ac8c557..7a254ea6 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.10.2' + implementation 'com.willfp:libreforge:3.10.3' } } \ 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 5120a195..0fd762c5 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -20,6 +20,7 @@ softdepend: - CMILib libraries: - 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0' + - 'com.github.ben-manes.caffeine:caffeine:3.0.5' commands: enchantinfo: diff --git a/gradle.properties b/gradle.properties index a200f00e..0a7699fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.32.2 +version = 8.32.3 plugin-name = EcoEnchants \ No newline at end of file