switch to server/api

This commit is contained in:
2022-04-24 16:21:36 -05:00
parent 6e152417b7
commit 82238fa3ed
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,8 @@ dependencies {
implementation("org.projectlombok:lombok:1.18.22")
annotationProcessor("org.projectlombok:lombok:1.18.22")
implementation("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
implementation("dev.plex:Plex:1.1-SNAPSHOT")
implementation("dev.plex:server:1.1-SNAPSHOT")
implementation("dev.plex:api:1.1-SNAPSHOT")
implementation("org.json:json:20220320")
implementation("org.reflections:reflections:0.10.2")
implementation("org.eclipse.jetty:jetty-server:11.0.9")