Skip to content

Commit

Permalink
fix(deps): update dependency net.kyori:adventure-api to v4.14.0 (jere…
Browse files Browse the repository at this point in the history
…mylvln#137)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent af100d9 commit 8cea5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ subprojects {
}

dependencies {
"commonCompileOnly"("net.kyori:adventure-api:4.12.0")
"commonCompileOnly"("net.kyori:adventure-api:4.14.0")
"bungeecordCompileOnly"("net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT")
"bungeecordImplementation"("net.kyori:adventure-platform-bungeecord:4.3.0")
"velocityCompileOnly"("com.velocitypowered:velocity-api:3.1.1")
Expand All @@ -197,7 +197,7 @@ subprojects {
}

dependencies {
"commonCompileOnly"("net.kyori:adventure-api:4.12.0")
"commonCompileOnly"("net.kyori:adventure-api:4.14.0")
"paperCompileOnly"("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
}
}
Expand Down

0 comments on commit 8cea5eb

Please sign in to comment.