From 2113d7834e2acb55757b39bf0b3645f88fdff5a1 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 1 Feb 2022 18:47:05 +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 ada9c9a..0b0360e 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 20b9f41..c2bd693 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: - Jobs libraries: - org.jetbrains.kotlin:kotlin-stdlib:1.6.0 + - 'com.github.ben-manes.caffeine:caffeine:3.0.5' commands: talismans: description: Parent command. diff --git a/gradle.properties b/gradle.properties index c3795b6..86ad6ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.18.2 +version = 5.18.3 plugin-name = Talismans \ No newline at end of file