updated Paper API dependency to 1.21.10-R0.1-SNAPSHOT across all modules

This commit is contained in:
2025-11-16 12:00:58 +01:00
parent 0b9dc5358d
commit 7a2b9b9763
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
dependencies {
implementation project(':core')
compileOnly 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT'
compileOnly 'org.geysermc.floodgate:api:2.2.4-SNAPSHOT'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'com.sparkjava:spark-core:2.9.4'