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.10.1
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 12, 2022
1 parent 207c3ac commit e1d95a7
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.10.1")
implementation("net.kyori:adventure-text-serializer-legacy:4.10.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.10.1")
}

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.10.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.10.1")
}

0 comments on commit e1d95a7

Please sign in to comment.