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
+2 -2
View File
@@ -19,12 +19,12 @@ repositories {
}
dependencies {
implementation("net.kyori:adventure-api:4.8.1")
implementation("net.kyori:adventure-api:4.9.3")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("org.spongepowered:configurate-yaml:4.0.0")
compileOnly("us.ajg0702:ajUtils:1.1.17")
compileOnly("us.ajg0702:ajUtils:1.1.20")
compileOnly(group = "org.spigotmc", name = "spigot", version = "1.16.5-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.10.4")