Merge pull request #1061 from PlaceholderAPI/feature/update-adventure-platform-bukkit

Update Adventure-platform-bukkit to 4.3.2
This commit is contained in:
PiggyPiglet 2024-05-21 18:05:13 +08:00 committed by GitHub
commit b9e2bf9429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ repositories {
dependencies {
implementation("org.bstats:bstats-bukkit:3.0.1")
implementation("net.kyori:adventure-platform-bukkit:4.3.1")
implementation("net.kyori:adventure-platform-bukkit:4.3.2")
compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
compileOnlyApi("org.jetbrains:annotations:23.0.0")