Update to 1.19

This commit is contained in:
Telesphoreo 2022-06-13 23:03:20 -05:00
parent 3776424517
commit 741585c8dc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ repositories {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.2-SNAPSHOT")
compileOnly("dev.plex:api:1.2-SNAPSHOT")
}