Skip to content

Commit

Permalink
fix(deps): update dependency net.kyori:adventure-bom to v4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jpenilla committed Dec 21, 2023
1 parent d285081 commit ce1da6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
}
compileOnly("me.clip", "placeholderapi", "2.11.5")

implementation(platform("net.kyori:adventure-bom:4.14.0"))
implementation(platform("net.kyori:adventure-bom:4.15.0"))
implementation("net.kyori", "adventure-extra-kotlin")
implementation("net.kyori", "adventure-serializer-configurate4")

Expand Down

0 comments on commit ce1da6a

Please sign in to comment.