From ce0e337b05784a5733a59715d681978e3296f6f5 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 8 May 2022 21:17:43 -0500 Subject: [PATCH] e --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 35850ab..c26c2a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")