Skip to content

Commit

Permalink
Bump PlaceholderAPI dependency to version 2.11.6 (EssentialsX#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 and Starmism committed Jan 8, 2025
1 parent 08756d0 commit f16dc03
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 f16dc03

Please sign in to comment.