Skip to content

Commit

Permalink
Update dependency net.dv8tion:JDA to v5.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent 37e7b66 commit 97d0821
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 @@ -15,7 +15,7 @@ repositories {

dependencies {
// discord
implementation("net.dv8tion", "JDA", "5.0.0-alpha.9") {
implementation("net.dv8tion", "JDA", "5.0.0-alpha.11") {
exclude(module = "opus-java")
}

Expand Down

0 comments on commit 97d0821

Please sign in to comment.