Bump paperweight

This commit is contained in:
Kyle Wood
2021-06-20 00:16:09 -05:00
parent de3cac8793
commit f9092af46f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.patcher") version "1.0.4"
id("io.papermc.paperweight.patcher") version "1.1.3"
}
repositories {
@ -20,7 +20,7 @@ repositories {
dependencies {
remapper("org.quiltmc:tiny-remapper:0.4.1")
paperclip("io.papermc:paperclip:2.0.0-SNAPSHOT@jar")
paperclip("io.papermc:paperclip:2.0.1")
}
subprojects {