diff --git a/api/build.gradle b/api/build.gradle index b840e70..e7f7106 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -27,6 +27,6 @@ publishing { dependencies { compileOnly "org.projectlombok:lombok:1.18.24" annotationProcessor "org.projectlombok:lombok:1.18.24" - compileOnly "io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT" + compileOnly "io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT" compileOnly "org.json:json:20220320" } \ No newline at end of file diff --git a/server/build.gradle b/server/build.gradle index d966293..4359936 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -22,7 +22,7 @@ dependencies { library "org.eclipse.jetty:jetty-servlet:11.0.11" library "org.eclipse.jetty:jetty-proxy:11.0.11" library "com.google.code.gson:gson:2.9.0" - compileOnly "io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT" + compileOnly "io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT" compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") { exclude group: "org.bukkit", module: "bukkit" }