Update mache

This commit is contained in:
Bjarne Koll 2025-05-11 22:28:25 +02:00
parent 04ffca0b6b
commit a25258190b
No known key found for this signature in database
GPG Key ID: 9576DAF3FDDB088F

View File

@ -15,7 +15,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.5+build.1") mache("io.papermc:mache:1.21.5+build.2")
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")
} }