Skip to content

Commit

Permalink
Update dependencies in demos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmelluq committed Feb 15, 2021
1 parent 473fe44 commit 99d087c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo-d4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext.d4jVersion = '3.0.11'
dependencies {
compile "com.discord4j:discord4j-core:$d4jVersion"
compile "com.discord4j:discord4j-voice:$d4jVersion"
compile 'com.sedmelluq:lavaplayer:1.3.69'
compile 'com.sedmelluq:lavaplayer:1.3.71'
runtime 'ch.qos.logback:logback-classic:1.2.3'
}

Expand Down
4 changes: 2 additions & 2 deletions demo-jda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repositories {
}

dependencies {
compile 'net.dv8tion:JDA:4.2.0_211'
compile 'com.sedmelluq:lavaplayer:1.3.69'
compile 'net.dv8tion:JDA:4.2.0_228'
compile 'com.sedmelluq:lavaplayer:1.3.71'
runtime 'ch.qos.logback:logback-classic:1.2.3'
}

Expand Down

0 comments on commit 99d087c

Please sign in to comment.