Bump paperweight + bundle to fix build

This commit is contained in:
Octavia Togami 2022-04-21 18:40:49 -07:00
parent d905ad47c8
commit 88db45b6bc
2 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,5 @@
implementation("net.fabricmc:fabric-loom:$loomVersion")
implementation("net.fabricmc:sponge-mixin:$mixinVersion")
implementation("org.enginehub.gradle:gradle-codecov-plugin:0.1.0")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.3.3")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.3.5")
}

View File

@ -1,5 +1,5 @@
applyPaperweightAdapterConfiguration(javaRelease = 17)
dependencies {
paperDevBundle("1.17.1-R0.1-20211219.175449-201")
paperDevBundle("1.17.1-R0.1-20220414.034903-210")
}