diff --git a/patches/api/0003-Build-System-Changes.patch b/patches/api/0003-Build-System-Changes.patch index 89aaa1610..761cdf5d0 100644 --- a/patches/api/0003-Build-System-Changes.patch +++ b/patches/api/0003-Build-System-Changes.patch @@ -6,14 +6,14 @@ Subject: [PATCH] Build System Changes todo: merge with rebrand patch diff --git a/build.gradle.kts b/build.gradle.kts -index 689d470ebe2c7e25e4c87f6127978d1d283e55b5..9f50b301e8ec5b914e5f9bb0229549078bcbf257 100644 +index 689d470ebe2c7e25e4c87f6127978d1d283e55b5..8550b2a95df396cf64f564fb2400df38af2397dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,6 +39,7 @@ dependencies { apiAndDocs("net.kyori:adventure-text-serializer-plain") api("org.apache.logging.log4j:log4j-api:2.14.1") // Paper api("org.slf4j:slf4j-api:1.7.30") // Paper -+ api("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT") // Purpur ++ api("net.kyori:adventure-text-minimessage:4.2.0-SNAPSHOT") // Purpur implementation("org.ow2.asm:asm:9.1") implementation("org.ow2.asm:asm-commons:9.1")