diff options
Diffstat (limited to 'spark-nukkit/build.gradle')
-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 b15009a..9efb653 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.4.0' + implementation 'net.kyori:adventure-text-serializer-legacy:4.12.0' compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT' } |