Update adventure

This commit is contained in:
ajgeiss0702
2023-04-23 19:10:53 -07:00
committed by ajgeiss0702
parent a5f6937cbe
commit b049db715a
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ repositories {
}
dependencies {
implementation("net.kyori:adventure-api:4.9.3")
implementation("net.kyori:adventure-text-serializer-plain:4.9.3")
implementation("net.kyori:adventure-api:4.13.1")
implementation("net.kyori:adventure-text-serializer-plain:4.13.1")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.2.10")