Update Mache for horse decompile fix

This commit is contained in:
Jason Penilla
2025-07-11 18:07:23 -07:00
parent 40764534a2
commit 1bf6364b97

View File

@@ -17,7 +17,7 @@ plugins {
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
dependencies {
mache("io.papermc:mache:1.21.7+build.1")
mache("io.papermc:mache:1.21.7+build.2")
paperclip("io.papermc:paperclip:3.0.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}