From 6546655dc0ceb18f3750e1783a4aedd31158c1bb Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sat, 8 Jul 2023 22:31:21 +0200 Subject: [PATCH] Update Galaxy reference --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 29d8dfa..2b045fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.alttd" -version = "2.1.4" +version = "2.1.5" description = "Altitude AFK Detector plugin." apply() @@ -43,5 +43,5 @@ tasks { } dependencies { - implementation("com.alttd:Galaxy-API:1.19-R0.1-SNAPSHOT") + implementation("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT") } \ No newline at end of file