Update Paper

This commit is contained in:
2023-04-28 21:43:33 -05:00
parent 3bf9c85578
commit af86fbc465
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.0" apply false
id("io.papermc.paperweight.patcher") version "1.5.4"
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.5"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"