Update dependencies to 1.21.10

This commit is contained in:
Oliver
2025-10-10 14:12:58 +02:00
parent 84e15acf26
commit e7c7b94f87
10 changed files with 16 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ allprojects {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.9-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
implementation(project(":plugins:fancydialogs:fd-api"))
@@ -94,7 +94,7 @@ paper {
tasks {
runServer {
minecraftVersion("1.21.9")
minecraftVersion("1.21.10")
downloadPlugins {
modrinth("fancynpcs", "2.6.0.283")