Update paperweight to 1.3.2

This commit is contained in:
Jason Penilla 2021-12-12 01:23:12 -08:00
parent 874532613c
commit 91f3edaac4
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
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.3.1"
id("io.papermc.paperweight.core") version "1.3.2"
}
allprojects {