diff --git a/build.gradle b/build.gradle index 852d7e4..108395f 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp: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 4aed324..20b9f41 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -10,6 +10,9 @@ depend: softdepend: - EcoSkills - AureliumSkills + - Vault + - mcMMO + - Jobs libraries: - org.jetbrains.kotlin:kotlin-stdlib:1.6.0 commands: diff --git a/gradle.properties b/gradle.properties index a2dd9ee..4da779a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.9.0 +version = 5.10.0 plugin-name = Talismans \ No newline at end of file