Skip to content

Commit

Permalink
Update dependency net.dv8tion:JDA to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent f7bec54 commit 4dfefdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deluxemediaplugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
// PROVIDED DEPENDENCIES / DOWNLOADED AT RUNTIME
setOf(
"com.mojang:authlib:1.5.26",
"net.dv8tion:JDA:5.0.0-beta.3",
"net.dv8tion:JDA:5.1.1",
).forEach {
compileOnly(it)
}
Expand Down

0 comments on commit 4dfefdd

Please sign in to comment.