From f80645e2fe53ef68a8454b5111107f3e9f55e736 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Fri, 20 Jun 2025 23:14:41 +0200 Subject: [PATCH] Switch to using cosmos --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4dc6247..5e74873 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,7 @@ plugins { id("java") id("maven-publish") + id("com.github.ben-manes.versions") version "0.52.0" } group = "com.alttd" @@ -38,7 +39,7 @@ tasks { } dependencies { - compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT") { + compileOnly("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT") { isChanging = true } }