From 88dc6da88e5c52f2338adca2e715b8e81f919327 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 14 Jan 2022 17:49:51 +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 4f7ae8e..e01677d 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'io.auxilor:eco:6.18.1' - implementation 'com.willfp:libreforge:3.1.2' + implementation 'com.willfp:libreforge:3.2.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 bd7bd35..1749149 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -12,6 +12,7 @@ softdepend: - AureliumSkills - Jobs - mcMMO + - Vault libraries: - org.jetbrains.kotlin:kotlin-stdlib:1.6.0 diff --git a/gradle.properties b/gradle.properties index cbff441..ea710d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 7.16.0 +version = 7.17.0 plugin-name = EcoArmor \ No newline at end of file