From 20c24c3fb31831bbdfa51b50e99a16acde93a1f6 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 19:14:38 +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 0fd762c5..5031ccd0 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -18,9 +18,6 @@ softdepend: - Vault - CMI - CMILib -libraries: - - 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0' - - 'com.github.ben-manes.caffeine:caffeine:3.0.5' commands: enchantinfo: diff --git a/gradle.properties b/gradle.properties index f220dcb2..81acaca9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.33.0 +version = 8.33.1 plugin-name = EcoEnchants \ No newline at end of file