File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import java.util.jar.JarOutputStream
77plugins{
88 id(" eternalcode.java" )
99 id(" com.github.johnrengelman.shadow" )
10- id(" xyz.jpenilla.run-paper" ) version " 2.3.0 "
10+ id(" xyz.jpenilla.run-paper" ) version " 2.3.1 "
1111}
1212
1313tasks.create(" shadowAll" ) {
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ dependencies {
1010 testImplementation(" org.spigotmc:spigot-api:$spigotApiVersion " )
1111
1212 // Kyori Adventure & MiniMessage
13- val adventureVersion = " 4.3.3 "
13+ val adventureVersion = " 4.3.4 "
1414 val miniMessageVersion = " 4.19.0"
1515 implementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
1616 implementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
1717 testImplementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
1818 testImplementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
1919
2020 // CDN Configs
21- val cdnVersion = " 1.14.4 "
21+ val cdnVersion = " 1.14.6 "
2222 implementation(" net.dzikoysk:cdn:$cdnVersion " )
2323 testImplementation(" net.dzikoysk:cdn:$cdnVersion " )
2424
You can’t perform that action at this time.
0 commit comments