Skip to content

Commit feeb97d

Browse files
dependency: Update dependency net.dv8tion:JDA to v6.1.2 (#631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b484ae commit feeb97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jda/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// implementation("dev.rollczi:litecommands-jda:3.10.6") // <-- uncomment in your project
1717
implementation(project(":litecommands-jda")) // don't use this line in your build.gradle
1818

19-
implementation("net.dv8tion:JDA:6.1.1")
19+
implementation("net.dv8tion:JDA:6.1.2")
2020
}
2121

2222
application {

0 commit comments

Comments
 (0)