Update shadow to 7.1.0

This commit is contained in:
Jason Penilla 2021-10-08 22:38:07 -07:00
parent fe0ed1609c
commit e0a85eb4c9
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 1 additions and 1 deletions

View File

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