diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d6c273d..a2bb7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.keuin' -version '1.0-SNAPSHOT' +version '1.1-SNAPSHOT' repositories { mavenCentral() @@ -65,6 +65,8 @@ dependencies { shadow 'net.kyori:adventure-api:4.10.1' // bungeecord does not have this, so shadow // https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-plain shadow 'net.kyori:adventure-text-serializer-plain:4.10.1' + // https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-legacy + shadow 'net.kyori:adventure-text-serializer-legacy:4.11.0' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core shadow 'com.fasterxml.jackson.core:jackson-core:2.13.2' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind |