Update paperweight to 1.3.3 and shadow to 7.1.1

This commit is contained in:
Jason Penilla 2021-12-21 01:14:41 -08:00
parent ae6fec6d13
commit 5cb294299c
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("io.papermc.paperweight.core") version "1.3.2"
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
id("io.papermc.paperweight.core") version "1.3.3"
}
allprojects {