updated dependencies

This commit is contained in:
TheLividaProject
2025-06-24 16:58:43 +01:00
parent ed61baebf2
commit c0ed740b47
30 changed files with 21 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ version = "1.0.0"
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
maven("https://central.sonatype.com/repository/maven-snapshots/")
maven("https://mvn.lumine.io/repository/maven-public/")
@@ -21,9 +21,9 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT")
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:10.0.1")
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:10.1.0")
compileOnly("com.ticxo.modelengine:ModelEngine:R4.0.4")