update paperweight, gradle wrapper, and shadow

This commit is contained in:
Jason Penilla
2021-12-23 19:56:45 -08:00
parent 74b34eec95
commit c197882df1
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ import io.papermc.paperweight.util.constants.*
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.patcher") version "1.3.1"
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.3.3"
}
repositories {