Update to 1.21.6

This commit is contained in:
Len 2025-06-15 19:03:13 +02:00
parent dec1be3053
commit 4c63fa09e2

View File

@ -7,7 +7,7 @@ plugins {
} }
dependencies { dependencies {
compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT") { compileOnly("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT") {
isChanging = true isChanging = true
} }
} }
@ -18,7 +18,7 @@ description = "AltitudeAPI"
java { java {
toolchain { toolchain {
languageVersion.set(JavaLanguageVersion.of(17)) languageVersion.set(JavaLanguageVersion.of(21))
} }
} }