Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-api to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent 8d69d01 commit 975a0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion masuite-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repositories {
}

dependencies {
compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("net.kyori:adventure-api:4.10.0")
compileOnly("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
}
2 changes: 1 addition & 1 deletion masuite-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("org.spongepowered:configurate-yaml:4.1.2")
compileOnly("com.google.code.gson:gson:2.9.0")

compileOnly("net.kyori:adventure-api:4.9.3")
compileOnly("net.kyori:adventure-api:4.10.0")
compileOnly("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT")
}

Expand Down

0 comments on commit 975a0bd

Please sign in to comment.