diff --git a/build.gradle.kts b/build.gradle.kts index bc45ea5..8fe465e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ tasks { } dependencies { - compileOnly("com.alttd.cosmos:cosmos-api:26.1.2.build.11-release") { + compileOnly("com.alttd.cosmos:cosmos-api:26.2.build.17-stable") { isChanging = true } compileOnly("de.keyle:mypet-api:4.0.0-SNAPSHOT") diff --git a/settings.gradle.kts b/settings.gradle.kts index d3402ad..ebc034d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,6 +14,13 @@ dependencyResolutionManagement { password = nexusPass } } + maven { + url = uri("https://repo.alttd.com/repository/alttd/") + credentials { + username = nexusUser + password = nexusPass + } + } maven("https://repo.papermc.io/repository/maven-public/") maven { name = "userderezzedRepoSnapshots"