Update paperweight to 1.1.14 (#6868)

This commit is contained in:
Jason 2021-11-03 20:50:46 -07:00 committed by GitHub
parent 3e310e096c
commit 485d15ff8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.core") version "1.1.13"
id("io.papermc.paperweight.core") version "1.1.14"
}
allprojects {