From a257fb2f9c2921f700d3df00d2d5432f4a6bab8f Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 13 Jun 2022 23:00:38 -0500 Subject: [PATCH] Update to 1.19 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4031e7b..1451fc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ repositories { dependencies { implementation("org.projectlombok:lombok:1.18.24") annotationProcessor("org.projectlombok:lombok:1.18.24") - implementation("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT") + implementation("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT") implementation("dev.plex:server:1.2-SNAPSHOT") implementation("dev.plex:api:1.2-SNAPSHOT") implementation("org.json:json:20220320")