Skip to content

Commit

Permalink
Update JDA dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbr committed Nov 13, 2024
1 parent 0d0a44a commit cadccb4
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 @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation("org.kitteh.irc:client-lib:9.0.0")
implementation("club.minnced:discord-webhooks:0.8.4")
implementation("net.dv8tion:JDA:5.1.1") {
implementation("net.dv8tion:JDA:5.2.1") {
exclude(module = "opus-java")
}

Expand Down

0 comments on commit cadccb4

Please sign in to comment.