File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
eternalcode-commons-adventure
eternalcode-commons-bukkit Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
9
9
dependencies {
10
10
api(project(" :eternalcode-commons-shared" ))
11
- api( " net.kyori:adventure-api:4.15.0 " )
11
+
12
12
api(" net.kyori:adventure-text-minimessage:4.15.0" )
13
13
api(" net.kyori:adventure-text-serializer-legacy:4.15.0" )
14
14
}
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ plugins {
8
8
9
9
dependencies {
10
10
api(project(" :eternalcode-commons-shared" ))
11
+
11
12
compileOnly(" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
12
13
testImplementation(" org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT" )
14
+
13
15
api(" org.jetbrains:annotations:24.1.0" )
14
- api(" net.kyori:adventure-api:4.15.0" )
15
16
}
16
17
17
18
tasks.test {
You can’t perform that action at this time.
0 commit comments