Fix compile errors

This commit is contained in:
Andrew Steinborn
2020-10-14 16:08:20 -04:00
parent cffc6d0a81
commit 6e00dbe2b7
5 changed files with 11 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ dependencies {
api "net.kyori:adventure-text-serializer-gson:${adventureVersion}"
api "net.kyori:adventure-text-serializer-legacy:${adventureVersion}"
api "net.kyori:adventure-text-serializer-plain:${adventureVersion}"
api "net.kyori:adventure-text-serializer-legacy-text3:${adventureVersion}"
api "net.kyori:adventure-text-serializer-legacy-text3:${adventurePlatformVersion}"
api "org.slf4j:slf4j-api:${slf4jVersion}"
api 'com.google.inject:guice:4.2.3'