From 6c116e261de5514c0607570e906a21640fc1e82a Mon Sep 17 00:00:00 2001 From: cyberpwn Date: Wed, 8 Sep 2021 06:07:41 -0400 Subject: [PATCH] Update adventure api --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80ecdc864..20190c573 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ dependencies { implementation 'io.papermc:paperlib:1.0.5' implementation "net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT" implementation "net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT" - implementation 'net.kyori:adventure-api:4.8.1' + implementation 'net.kyori:adventure-api:4.9.0' // Dynamically Loaded implementation 'io.timeandspace:smoothie-map:2.0.2'