From 9fd13fda5a0ce35eb0f53fd52065d573176274cd Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 1 Feb 2022 18:47:39 +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 d750db6..fb66f92 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.10.2' + implementation 'com.willfp:libreforge:3.10.3' 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 6198d43..728f3d3 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -21,6 +21,7 @@ loadbefore: - Reforges libraries: - 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0' + - 'com.github.ben-manes.caffeine:caffeine:3.0.5' commands: ecoitems: diff --git a/gradle.properties b/gradle.properties index 5fd6375..8119f4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 3.20.2 +version = 3.20.3 plugin-name = EcoItems \ No newline at end of file