File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 steps :
1414 - name : Checkout
15- 15+ 1616 - name : ' Set up JDK ${{ matrix.java }}'
17171818 with :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33plugins {
44 `java- library`
55 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
6- id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3 "
6+ id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0 "
77 id(" xyz.jpenilla.run-paper" ) version " 2.1.0"
88}
99
@@ -58,7 +58,7 @@ project(":chat-formatter") {
5858
5959 // Kyori Adventure & MiniMessage
6060 implementation(" net.kyori:adventure-platform-bukkit:4.3.0" )
61- implementation(" net.kyori:adventure-text-minimessage:4.13.1 " )
61+ implementation(" net.kyori:adventure-text-minimessage:4.14.0 " )
6262
6363 // LiteCommands & CDN
6464 implementation(" dev.rollczi.litecommands:bukkit:2.8.8" )
@@ -165,7 +165,7 @@ project(":chat-formatter-test") {
165165 testImplementation(project(" :chat-formatter" ))
166166
167167 testImplementation(" net.kyori:adventure-platform-bukkit:4.3.0" )
168- testImplementation(" net.kyori:adventure-text-minimessage:4.13.1 " )
168+ testImplementation(" net.kyori:adventure-text-minimessage:4.14.0 " )
169169 testImplementation(" net.dzikoysk:cdn:1.14.4" )
170170 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.3" )
171171 testImplementation(" org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments