chore: bump api to 1.21.4

This commit is contained in:
Pierre Maurice Schwang 2025-01-25 21:14:26 +01:00
parent 11b806bd4d
commit 1192bf2b33
No known key found for this signature in database
GPG Key ID: 37E613079F3E5BB9
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,9 @@ dependencies {
}
compileOnly(libs.placeholderapi)
compileOnly(libs.luckperms)
compileOnly(libs.essentialsx)
compileOnly(libs.essentialsx) {
exclude(group = "org.spigotmc")
}
compileOnly(libs.mvdwapi) { isTransitive = false }
// Other libraries

View File

@ -1,6 +1,6 @@
[versions]
# Platform expectations
paper = "1.20.4-R0.1-SNAPSHOT"
paper = "1.21.4-R0.1-SNAPSHOT"
guice = "7.0.0"
spotbugs = "4.9.0"
checkerqual = "3.48.4"