Update adventure

This commit is contained in:
ajgeiss0702
2022-03-04 08:06:08 -07:00
parent 03b99bcd55
commit 211b127e42
8 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -14,11 +14,11 @@ repositories {
dependencies {
testImplementation("junit:junit:4.12")
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly("org.slf4j:slf4j-log4j12:1.7.29")