Update paperweight to 1.5.8 (#9814)

This commit is contained in:
Jason 2023-10-09 18:04:26 -07:00 committed by GitHub
parent 99b735c1ac
commit a2ba45239c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.core") version "1.5.7"
id("io.papermc.paperweight.core") version "1.5.8"
}
allprojects {