Update dependencies and build configuration

This commit is contained in:
2025-06-20 23:26:54 +02:00
parent bbd421c423
commit 1dd19f0543
5 changed files with 15 additions and 13 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ dependencies {
// exclude("net.kyori")
// }
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate
compileOnly("net.luckperms:api:5.3") // Luckperms
compileOnly("org.spongepowered:configurate-yaml:4.2.0") // Configurate
compileOnly("net.luckperms:api:5.5") // Luckperms
}
publishing {
@@ -18,7 +18,7 @@ publishing {
}
}
repositories{
repositories {
maven {
name = "maven"
url = uri("https://repo.destro.xyz/snapshots")