diff --git a/build.gradle.kts b/build.gradle.kts index 49f5208..0f44078 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { compileOnly(dependencyNotation = "org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT") compileOnly(dependencyNotation = "net.kyori:adventure-api:4.18.0") compileOnly(dependencyNotation = "net.kyori:adventure-platform-bukkit:4.3.4") - compileOnly(dependencyNotation = "net.kyori:adventure-text-minimessage:4.17.0") + compileOnly(dependencyNotation = "net.kyori:adventure-text-minimessage:4.18.0") compileOnly(dependencyNotation = "net.kyori:adventure-text-serializer-legacy:4.18.0") }