Change version from "1.18.2" to "1.19"

This commit is contained in:
Allink 2022-06-10 14:13:48 +01:00
parent eb80523edc
commit 94b9e12f45
No known key found for this signature in database
GPG Key ID: 7F1F1B98F0FAAD13

View File

@ -12,7 +12,7 @@ repositories {
} }
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT")
} }
def targetJavaVersion = 17 def targetJavaVersion = 17