From 3bc69f6a9338ffe17488c14db60bb89330475061 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 19:13:11 +0000 Subject: [PATCH] Fixed loader constraint violations --- eco-core/core-plugin/src/main/resources/plugin.yml | 3 --- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index c2bd693..0d7efac 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -13,9 +13,6 @@ softdepend: - Vault - mcMMO - 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 280d7d9..b5a585d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.19.0 +version = 5.19.1 plugin-name = Talismans \ No newline at end of file