Update Galaxy reference

This commit is contained in:
Len 2023-07-08 22:31:21 +02:00
parent 9ac7d48760
commit 6546655dc0

View File

@ -6,7 +6,7 @@ plugins {
}
group = "com.alttd"
version = "2.1.4"
version = "2.1.5"
description = "Altitude AFK Detector plugin."
apply<JavaLibraryPlugin>()
@ -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")
}