This commit is contained in:
Telesphoreo 2022-05-08 21:17:43 -05:00
parent 10e4a66d20
commit ce0e337b05
No known key found for this signature in database
GPG Key ID: 5ACFFC4682CF849B
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
compileOnly("dev.plex:server:1.1-SNAPSHOT")
compileOnly("dev.plex:api:1.1-SNAPSHOT")
compileOnly("dev.morphia.morphia:morphia-core:2.2.6")
compileOnly("org.json:json:20220320")
implementation("org.jetbrains:annotations:23.0.0")