9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

fix: SpigotUpdaterChecker repo went offline

This commit is contained in:
Logan
2025-09-06 21:55:17 -05:00
parent 06204eb7d9
commit 32375e68be

View File

@@ -26,8 +26,8 @@ allprojects {
// Paper Repo // Paper Repo
maven("https://repo.papermc.io/repository/maven-public/") maven("https://repo.papermc.io/repository/maven-public/")
// UpdateChecker // UpdateChecker TODO: Fix this and move it to internal repo, a hacky workaround for now
maven("https://repo.jeff-media.com/public") maven("https://maven.paulem.ovh/releases")
// Nexo // Nexo
maven("https://repo.nexomc.com/snapshots/") maven("https://repo.nexomc.com/snapshots/")
@@ -120,7 +120,7 @@ allprojects {
} }
implementation("net.kyori:option:1.1.0") implementation("net.kyori:option:1.1.0")
implementation("org.bstats:bstats-bukkit:3.1.0") implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("com.jeff_media:SpigotUpdateChecker:3.0.0") implementation("com.jeff_media:SpigotUpdateChecker:3.0.4")
implementation("com.github.BG-Software-LLC:CommentedConfiguration:bed3c46369") implementation("com.github.BG-Software-LLC:CommentedConfiguration:bed3c46369")
} }
} }