This commit is contained in:
2022-07-27 23:22:45 -05:00
parent b26e489e83
commit dd8e22b676
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
}