Bump PlaceholderAPI dependency to version 2.11.6 (#5936)

Versions older than 2.11.5 are currently missing from the PlaceholderAPI
Maven repo, so we need to bump this for EssentialsX to compile.
This commit is contained in:
MD 2024-09-15 09:11:26 +01:00 committed by GitHub
parent 04518dbbb3
commit 6157668a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ dependencies {
exclude(module: 'okhttp')
}
compileOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
compileOnly 'me.clip:placeholderapi:2.10.9'
compileOnly 'me.clip:placeholderapi:2.11.6'
}
shadowJar {