File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ project(":chat-formatter") {
5656 compileOnly(" org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT" )
5757
5858 // Kyori Adventure & MiniMessage
59- implementation(" net.kyori:adventure-platform-bukkit:4.1.2 " )
59+ implementation(" net.kyori:adventure-platform-bukkit:4.2.0 " )
6060 implementation(" net.kyori:adventure-text-minimessage:4.12.0" )
6161
6262 // LiteCommands & CDN
@@ -141,7 +141,7 @@ project(":chat-formatter-test") {
141141 dependencies {
142142 testImplementation(project(" :chat-formatter" ))
143143
144- testImplementation(" net.kyori:adventure-platform-bukkit:4.1.2 " )
144+ testImplementation(" net.kyori:adventure-platform-bukkit:4.2.0 " )
145145 testImplementation(" net.kyori:adventure-text-minimessage:4.12.0" )
146146 testImplementation(" net.dzikoysk:cdn:1.14.1" )
147147 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.1" )
You can’t perform that action at this time.
0 commit comments