From 16c03ad0de98d449bb84025261d2c241466a458b Mon Sep 17 00:00:00 2001 From: YaeSakuraQvQ <87939280+YaeSakuraQvQ@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:48:12 +0800 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80975ad..3e41d7e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ allprojects{ dependencies{ compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion" - compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion" + compileOnly "com.github.Anuken.Mindustry:core:bd0592a54c" annotationProcessor "com.github.Anuken:jabel:$jabelVersion" }