diff --git a/build.gradle b/build.gradle index b385555b4..ae3965240 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,7 @@ allprojects { maven { url "https://repo.triumphteam.dev/snapshots" } maven { url "https://repo.mineinabyss.com/releases" } maven { url 'https://hub.jeff-media.com/nexus/repository/jeff-media-public/' } - maven { url "https://repo.nexomc.com/snapshots/" } + maven { url "https://repo.nexomc.com/releases/" } maven { url "https://libraries.minecraft.net" } } diff --git a/core/build.gradle b/core/build.gradle index 2c1e96fc2..9effb5654 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -62,7 +62,7 @@ dependencies { // Third Party Integrations compileOnly 'com.ticxo.playeranimator:PlayerAnimator:R1.2.7' - compileOnly 'com.nexomc:nexo:1.0.0-dev.38' + compileOnly 'com.nexomc:nexo:1.6.0' compileOnly 'com.github.LoneDev6:api-itemsadder:3.4.1-r4' compileOnly 'com.github.PlaceholderAPI:placeholderapi:2.11.3' compileOnly 'com.github.Ssomar-Developement:SCore:4.23.10.8'