Skip to content

Commit

Permalink
chore(deps): update dependency net.kyori:adventure-text-serializer-le…
Browse files Browse the repository at this point in the history
…gacy to v4.16.0
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 5a65eab commit 2c0a243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/pm.kyori-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
implementation("net.kyori:adventure-api:4.16.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.15.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.16.0")
}

tasks.named<ShadowJar>("shadowJar").get().apply {
Expand Down
2 changes: 1 addition & 1 deletion kyori/normal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
compileOnly("net.kyori:adventure-text-serializer-legacy:4.15.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.16.0")
}

0 comments on commit 2c0a243

Please sign in to comment.