1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-11-23 07:21:04 +01:00

build: change placeholderapi version

This commit is contained in:
Jozef Steinhübl 2024-11-21 23:58:08 +01:00
parent 661b14bd6e
commit 8519e26532
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -3,7 +3,7 @@ plugins {
}
repositories {
maven("https://repo.extendedclip.com/content/repositories/placeholderapi")
maven("https://repo.extendedclip.com/releases/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://oss.sonatype.org/content/repositories/snapshots")
@ -19,7 +19,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-mojangapi:1.19.1-R0.1-SNAPSHOT")
// PlaceholderAPI
compileOnly("me.clip:placeholderapi:2.11.3")
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")