From 38879d18c869b813127c8c7c9be1b5541e928d78 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Tue, 29 Oct 2024 17:56:24 +0000 Subject: [PATCH] Update dependency --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 80d47767..82276ff1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { implementation("dev.jorel", "commandapi-bukkit-shade-mojang-mapped", "9.5.3") implementation("net.lingala.zip4j", "zip4j", "2.11.5") implementation("com.github.EsotericFoundation:utility.kt:0.1.0") - implementation("com.github.EsotericFoundation:plugin-library:0.2.0") + implementation("com.github.EsotericFoundation:plugin-library:0.3.0") } tasks {