diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2020-06-27 17:41:13 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2020-06-27 17:41:13 -0400 |
commit | 8181375ae88c714dae2d7f0a396a46c95e5dcbca (patch) | |
tree | 93ac3fb52e0eaf8b4ed20e13acb9eaa5c4c8b4f0 | |
parent | fbd8962b14b0a9b62c664710c826455c0fef79bc (diff) | |
download | SoundChan-8181375ae88c714dae2d7f0a396a46c95e5dcbca.tar.gz SoundChan-8181375ae88c714dae2d7f0a396a46c95e5dcbca.tar.bz2 SoundChan-8181375ae88c714dae2d7f0a396a46c95e5dcbca.zip |
Another library bump
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index b0636bc..be2f603 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ repositories { } dependencies { - compile 'net.dv8tion:JDA:4.0.0_39' - compile 'com.sedmelluq:lavaplayer:1.3.32' + compile 'net.dv8tion:JDA:4.1.1_167' + compile 'com.sedmelluq:lavaplayer:1.3.50' runtime 'ch.qos.logback:logback-classic:1.2.3' } |