Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-text-serializer-plain to v4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 9ea4965 commit fc2b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Utilities for message dispatching"
dependencies {
api("net.kyori", "adventure-platform-bukkit", "4.3.0")
api("net.kyori", "adventure-text-minimessage", "4.13.0")
api("net.kyori", "adventure-text-serializer-plain", "4.13.0")
api("net.kyori", "adventure-text-serializer-plain", "4.14.0")
compileOnly("com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT")
api(project(":core")){
exclude("org.spigot")
Expand Down

0 comments on commit fc2b31c

Please sign in to comment.