build: Update paperweight (#1901)

This commit is contained in:
Alexander Brandes 2022-08-06 22:41:03 +02:00 committed by GitHub
parent 86a9866455
commit e78277e158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ repositories {
dependencies {
// https://papermc.io/repo/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
paperDevBundle("1.18.2-R0.1-20220614.230913-165")
paperDevBundle("1.18.2-R0.1-20220703.182221-166")
compileOnly("io.papermc:paperlib")
}

View File

@ -12,6 +12,6 @@ repositories {
}
dependencies {
paperDevBundle("1.19-R0.1-20220627.223747-42")
paperDevBundle("1.19.2-R0.1-20220805.230830-1")
compileOnly("io.papermc:paperlib")
}