diff --git a/build.gradle b/build.gradle index 36ea5c2..1f79f5b 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { dependencies { compileOnly 'com.willfp: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 fa33e2e..1d45e43 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -14,6 +14,7 @@ softdepend: - Talismans - AureliumSkills - PlayerPoints + - Jobs libraries: - 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0' diff --git a/gradle.properties b/gradle.properties index 6af7849..eef4d38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 4.23.0 +version = 4.24.0 plugin-name = Reforges \ No newline at end of file