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
7
7
plugins{
8
8
id(" eternalcode.java" )
9
9
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 "
11
11
}
12
12
13
13
tasks.create(" shadowAll" ) {
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ dependencies {
10
10
testImplementation(" org.spigotmc:spigot-api:$spigotApiVersion " )
11
11
12
12
// Kyori Adventure & MiniMessage
13
- val adventureVersion = " 4.3.3 "
13
+ val adventureVersion = " 4.3.4 "
14
14
val miniMessageVersion = " 4.19.0"
15
15
implementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
16
16
implementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
17
17
testImplementation(" net.kyori:adventure-platform-bukkit:$adventureVersion " )
18
18
testImplementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
19
19
20
20
// CDN Configs
21
- val cdnVersion = " 1.14.4 "
21
+ val cdnVersion = " 1.14.6 "
22
22
implementation(" net.dzikoysk:cdn:$cdnVersion " )
23
23
testImplementation(" net.dzikoysk:cdn:$cdnVersion " )
24
24
You can’t perform that action at this time.
0 commit comments