Merge remote-tracking branch 'origin/master'

This commit is contained in:
William 2023-09-22 18:04:02 +01:00
commit f3f86f54d0
No known key found for this signature in database

View File

@ -30,8 +30,8 @@ repositories {
dependencies { dependencies {
compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT' compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
compileOnly 'com.velocitypowered:velocity-proxy:3.2.0-SNAPSHOT' compileOnly 'com.velocitypowered:velocity-proxy:3.2.0-SNAPSHOT'
compileOnly 'io.netty:netty-codec-http:4.1.97.Final' compileOnly 'io.netty:netty-codec-http:4.1.98.Final'
compileOnly 'org.projectlombok:lombok:1.18.28' compileOnly 'org.projectlombok:lombok:1.18.30'
compileOnly 'net.luckperms:api:5.4' compileOnly 'net.luckperms:api:5.4'
compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0'
compileOnly 'net.william278:PAPIProxyBridge:1.4' compileOnly 'net.william278:PAPIProxyBridge:1.4'
@ -45,7 +45,7 @@ dependencies {
implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
implementation 'org.bstats:bstats-velocity:3.0.2' implementation 'org.bstats:bstats-velocity:3.0.2'
annotationProcessor 'org.projectlombok:lombok:1.18.28' annotationProcessor 'org.projectlombok:lombok:1.18.30'
} }
processResources { processResources {