From 832c37c393bcbfced7da551dc4f12f3d1064e364 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Tue, 29 Oct 2024 22:16:57 +0000 Subject: [PATCH] Use correct version --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index cec08cf..e64cc73 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("dev.jorel", "commandapi-bukkit-shade-mojang-mapped", "9.6.0") - implementation("com.github.EsotericFoundation:utility.kt:3.0.0") + implementation("com.github.EsotericFoundation:utility.kt:0.3.0") } java {