diff --git a/api/build.gradle b/api/build.gradle index b4398cb5f..4f14afb33 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { compile 'com.google.code.gson:gson:2.8.5' compile "com.google.guava:guava:${guavaVersion}" - compile 'net.kyori:text:1.12-1.6.2' + compile 'net.kyori:text:1.12-1.6.4' compile 'com.moandjiezana.toml:toml4j:0.7.2' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" @@ -26,4 +26,4 @@ artifacts { archives javadocJar archives shadowJar archives sourcesJar -} \ No newline at end of file +}