We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ceb41 commit 5083f35Copy full SHA for 5083f35
1 file changed
eternalcode-commons-adventure/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- `commons-java-17`
+ `commons-java-21`
3
`commons-publish`
4
`commons-repositories`
5
`commons-java-unit-test`
@@ -9,8 +9,8 @@ plugins {
9
dependencies {
10
api(project(":eternalcode-commons-shared"))
11
12
- api("net.kyori:adventure-text-minimessage:4.26.1")
13
- api("net.kyori:adventure-text-serializer-legacy:4.26.1")
+ api("net.kyori:adventure-text-minimessage:5.0.1")
+ api("net.kyori:adventure-text-serializer-legacy:5.0.1")
14
}
15
16
tasks.test {
0 commit comments