Skip to content

Commit

Permalink
[CI-Skip] Updated Dependencies (Paperweight)
Browse files Browse the repository at this point in the history
Dependency has released updates that appear to apply and compile correctly

Paperweight Changes:
PaperMC/paperweight@d3d7eec chore: Bump ASM & lorenz-tiny
PaperMC/paperweight@972de2e Add task to scan generated code to make sure versions match
PaperMC/paperweight@9f602b8 Fix license formats
PaperMC/paperweight@92f922f support importing files from data/minecraft/ into the resources folder
PaperMC/paperweight@33b8a1b add task to filter project dir
PaperMC/paperweight@329b566 fix a couple issues after rebasing on main
PaperMC/paperweight@a3033c6 fix license and style violations
PaperMC/paperweight@ce9df1c account for inner classes
PaperMC/paperweight@57566dd Remove commented code
PaperMC/paperweight@3f6c7a5 Fix Gradle deprecation issue, buildSrc missing name
PaperMC/paperweight@c2d4fcb fix FilterProjectDir vanillaJar input
PaperMC/paperweight@de15167 Merge pull request #198 from Machine-Maker/fix/FilterProjectDir
PaperMC/paperweight@28786b0 use ceilingEntry instead of higherEntry for line mappings
PaperMC/paperweight@d23909c adjust ScanJar loggers
PaperMC/paperweight@8faebd1 release: Version 1.5.6
  • Loading branch information
github-actions[bot] committed Sep 15, 2023
1 parent ecbebeb commit 017f695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.5"
id("io.papermc.paperweight.patcher") version "1.5.6"
}

repositories {
Expand Down

0 comments on commit 017f695

Please sign in to comment.