diff options
author | Luck <git@lucko.me> | 2023-10-02 18:48:33 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2023-10-02 18:48:33 +0100 |
commit | 50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf (patch) | |
tree | 5f73f88ccd2eafc37c96eb9941fd95592a0ca225 /spark-nukkit | |
parent | 74a7011aa5f82f3b60099fe02e7dce499d0bdf26 (diff) | |
download | spark-50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf.tar.gz spark-50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf.tar.bz2 spark-50996ed04e0b9f1287cbf4f7a14ae4c51aefa4cf.zip |
Bump adventure versions
Diffstat (limited to 'spark-nukkit')
-rw-r--r-- | spark-nukkit/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle index 453573d..2dd7169 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-text-serializer-legacy:4.12.0' + implementation 'net.kyori:adventure-text-serializer-legacy:4.13.1' compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT' } |