Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

// bungeecord and plugin hooks
compileOnly 'net.md-5:bungeecord-api:1.21-R0.4-SNAPSHOT'
compileOnly 'net.luckperms:api:5.4'
compileOnly 'net.luckperms:api:5.5'
// compileOnly 'dev.simplix:protocolize-api:2.2.6'

// utils
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// log4j
compileOnly 'org.apache.logging.log4j:log4j-api:2.23.1'
compileOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
compileOnly 'net.luckperms:api:5.4'
compileOnly 'net.luckperms:api:5.5'

implementation("org.jetbrains:annotations:26.+")
implementation 'com.google.code.gson:gson:2.11.0'
Expand Down
2 changes: 1 addition & 1 deletion spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
// spigot and plugin hooks
compileOnly 'net.dmulloy2:ProtocolLib:5.4.0'
compileOnly 'org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT'
compileOnly 'net.luckperms:api:5.4'
compileOnly 'net.luckperms:api:5.5'
compileOnly 'me.clip:placeholderapi:2.11.5'

// spigot libraries
Expand Down
Loading