Skip to content

Commit 6157668

Browse files
authored
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.
1 parent 04518db commit 6157668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialsDiscord/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
exclude(module: 'okhttp')
1313
}
1414
compileOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
15-
compileOnly 'me.clip:placeholderapi:2.10.9'
15+
compileOnly 'me.clip:placeholderapi:2.11.6'
1616
}
1717

1818
shadowJar {

0 commit comments

Comments
 (0)