Update all paper-api dependencies to 1.21.7

This commit is contained in:
Oliver
2025-07-12 08:44:11 +02:00
parent 56bbad354d
commit 00094d5a5f
8 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ allprojects {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
implementation(project(":plugins:fancydialogs:fd-api"))
@@ -94,7 +94,7 @@ tasks {
minecraftVersion("1.21.7")
downloadPlugins {
// modrinth("fancynpcs", "2.5.0")
modrinth("fancynpcs", "2.6.0")
// hangar("ViaVersion", "5.3.2")
// hangar("ViaBackwards", "5.3.2")
// modrinth("multiverse-core", "4.3.11")

View File

@@ -54,7 +54,7 @@ allprojects {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
implementation(project(":plugins:fancyholograms-v2:api"))
implementation(project(":plugins:fancyholograms-v2:implementation_1_20_4", configuration = "reobf"))

View File

@@ -54,7 +54,7 @@ allprojects {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
implementation(project(":plugins:fancyholograms:fh-api"))
implementation(project(":plugins:fancyholograms:implementation_1_20_4", configuration = "reobf"))

View File

@@ -26,7 +26,7 @@ allprojects {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
rootProject.subprojects
.filter { it.path.startsWith(":libraries:packets:implementations") }