Skip to content

Commit fecbf67

Browse files
committed
fix(spigot): update PlaceholderAPI dependency to 2.11.6
Their maven repo has been migrated and version 2.11.1 is no longer available, causing builds to fail.
1 parent ecffa0d commit fecbf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triton-spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compileOnly 'net.kyori:adventure-text-serializer-bungeecord:4.3.4'
2323

2424
compileOnly 'com.comphenix.protocol:ProtocolLib:5.3.0-SNAPSHOT'
25-
compileOnly 'me.clip:placeholderapi:2.11.1'
25+
compileOnly 'me.clip:placeholderapi:2.11.6'
2626

2727
// Libraries available on Spigot
2828
compileOnly 'org.fusesource.jansi:jansi:2.4.0' // Used for terminal translation

0 commit comments

Comments
 (0)