From a8869cd3ab2d236f097d4d9c59b1259d8f880cbe Mon Sep 17 00:00:00 2001 From: srnyx <25808801+srnyx@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:18:02 -0400 Subject: [PATCH] Update Java Utilities 8d23817277 -> 1.1.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 256981b..b79123c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { compileOnlyApi("org.reflections", "reflections", "0.10.2") // Downloaded on runtime compileOnlyApi("org.jetbrains", "annotations", "24.1.0") implementationRelocate(project, "net.byteflux:libby-bukkit:1.3.0", "net.byteflux.libby") - implementationRelocate(project, "xyz.srnyx:java-utilities:8d23817277", "xyz.srnyx.javautilities") + implementationRelocate(project, "xyz.srnyx:java-utilities:1.1.0", "xyz.srnyx.javautilities") } // Publishing