From 3d0ff8e98e42e22bac0233f02a6eb864bab11224 Mon Sep 17 00:00:00 2001 From: Sharlotte <60801210+Sharlottes@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:53:14 +0900 Subject: [PATCH] update gradle dependencies to v138 --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d09d92d..64a5a51 100644 --- a/build.gradle +++ b/build.gradle @@ -22,8 +22,9 @@ repositories { dependencies { annotationProcessor 'com.github.Anuken:jabel:0.8.0' - compileOnly "com.github.Anuken.Mindustry:core:v137" - compileOnly "com.github.Anuken.Arc:arc-core:dfcb21ce56" + compileOnly "com.github.Anuken.Mindustry:core:v138" + compileOnly "com.github.Anuken.Arc:flabel:v138" + compileOnly "com.github.Anuken.Arc:arc-core:v138" } jar.archiveFileName.set("raw-$artifactFilename")