From 7548df0429d35db4b1ed8f1ea5bb7898502034c4 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Tue, 29 Oct 2024 22:16:19 +0000 Subject: [PATCH] Update utility library --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ba1e7056..a8c88cb5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -102,7 +102,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.2.2") + implementation("com.github.EsotericFoundation:utility.kt:0.3.0") implementation("com.github.EsotericFoundation:plugin-library:0.3.0") }