Skip to content

Commit

Permalink
fix(spigot): update PlaceholderAPI dependency to 2.11.6
Browse files Browse the repository at this point in the history
Their maven repo has been migrated and version 2.11.1 is no longer
available, causing builds to fail.
  • Loading branch information
diogotcorreia committed Nov 13, 2024
1 parent ecffa0d commit fecbf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triton-spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compileOnly 'net.kyori:adventure-text-serializer-bungeecord:4.3.4'

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

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

0 comments on commit fecbf67

Please sign in to comment.