Skip to content

Commit

Permalink
Bump PlaceholderAPI dependency to version 2.11.6 (#5936)
Browse files Browse the repository at this point in the history
Versions older than 2.11.5 are currently missing from the PlaceholderAPI
Maven repo, so we need to bump this for EssentialsX to compile.
  • Loading branch information
mdcfe authored Sep 15, 2024
1 parent 04518db commit 6157668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EssentialsDiscord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6157668

Please sign in to comment.