Update mache

This commit is contained in:
Bjarne Koll 2025-05-11 22:29:09 +02:00
parent e2ca477396
commit af71568bb3
No known key found for this signature in database
GPG Key ID: 9576DAF3FDDB088F

View File

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