Skip to content

Commit

Permalink
Update adventure platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Sep 2, 2024
1 parent 6c3207a commit 49a0598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly(group = "org.spigotmc", name = "spigot-api", version = "1.20.6-R0.1-SNAPSHOT")
implementation(group = "net.kyori", name = "adventure-api", version = "4.17.0")
implementation(group = "net.kyori", name = "adventure-text-minimessage", version = "4.17.0")
implementation(group = "net.kyori", name = "adventure-platform-bukkit", version = "4.3.3")
implementation(group = "net.kyori", name = "adventure-platform-bukkit", version = "4.3.4")
implementation(group = "net.kyori", name = "event-api", version = "3.0.0") {
exclude(module = "guava")
exclude(module = "checker-qual")
Expand Down

0 comments on commit 49a0598

Please sign in to comment.