Merge pull request #658 from jpenilla/mm

Update Adventure and include MiniMessage in API
This commit is contained in:
Riley Park
2022-03-02 14:23:48 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ dependencies {
api("net.kyori:adventure-text-serializer-gson") api("net.kyori:adventure-text-serializer-gson")
api("net.kyori:adventure-text-serializer-legacy") api("net.kyori:adventure-text-serializer-legacy")
api("net.kyori:adventure-text-serializer-plain") api("net.kyori:adventure-text-serializer-plain")
api("net.kyori:adventure-text-minimessage")
api "org.slf4j:slf4j-api:${slf4jVersion}" api "org.slf4j:slf4j-api:${slf4jVersion}"
api 'com.google.inject:guice:5.0.1' api 'com.google.inject:guice:5.0.1'

View File

@@ -10,7 +10,7 @@ allprojects {
ext { ext {
// dependency versions // dependency versions
adventureVersion = '4.9.3' adventureVersion = '4.10.0'
junitVersion = '5.7.0' junitVersion = '5.7.0'
slf4jVersion = '1.7.30' slf4jVersion = '1.7.30'
log4jVersion = '2.17.1' log4jVersion = '2.17.1'