Skip to content

Commit 5083f35

Browse files
committed
Add support with adventure v5.
1 parent 99ceb41 commit 5083f35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eternalcode-commons-adventure/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
`commons-java-17`
2+
`commons-java-21`
33
`commons-publish`
44
`commons-repositories`
55
`commons-java-unit-test`
@@ -9,8 +9,8 @@ plugins {
99
dependencies {
1010
api(project(":eternalcode-commons-shared"))
1111

12-
api("net.kyori:adventure-text-minimessage:4.26.1")
13-
api("net.kyori:adventure-text-serializer-legacy:4.26.1")
12+
api("net.kyori:adventure-text-minimessage:5.0.1")
13+
api("net.kyori:adventure-text-serializer-legacy:5.0.1")
1414
}
1515

1616
tasks.test {

0 commit comments

Comments
 (0)