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