Skip to content

Commit

Permalink
Deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyBanditoz committed May 7, 2020
1 parent da451ba commit 444fa93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repositories {

dependencies {
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'io.javalin', name:'javalin', version:'3.7.0'
compile ('net.dv8tion:JDA:4.1.1_111') {
compile group: 'io.javalin', name:'javalin', version:'3.8.0'
compile ('net.dv8tion:JDA:4.1.1_145') {
exclude module: 'opus-java'
}
compile group: 'com.squareup.okhttp3', name: 'logging-interceptor', version: '4.3.1'
Expand Down

0 comments on commit 444fa93

Please sign in to comment.