From e867d3aa202e551338d2e3d8b1f30786fd9fa978 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 9 Jan 2022 18:37:20 +0000 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 2 ++ gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d37e0f7..acaca7e 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'io.auxilor:eco:6.18.1' - implementation 'com.willfp:libreforge:2.15.0' + implementation 'com.willfp:libreforge:2.16.0' 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 dcc19c3..bd7bd35 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -10,6 +10,8 @@ depend: softdepend: - EcoSkills - AureliumSkills + - Jobs + - mcMMO libraries: - org.jetbrains.kotlin:kotlin-stdlib:1.6.0 diff --git a/gradle.properties b/gradle.properties index c65749d..a8492e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.12.0 +version = 7.13.0 plugin-name = EcoArmor \ No newline at end of file