Fix minimessage relocation

This commit is contained in:
Frank van der Heijden 2021-08-04 02:32:51 +02:00
parent 60204e7e58
commit 5200840296
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
5 changed files with 10 additions and 3 deletions

View file

@ -12,6 +12,7 @@ repositories {
dependencies {
compileOnly 'net.kyori:adventure-platform-api:4.0.0-SNAPSHOT'
compileOnly 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
compileOnly 'com.github.FrankHeijden:ServerUtilsUpdater:v1.0.0'
testImplementation 'net.kyori:adventure-text-serializer-plain:4.8.1'