diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-06-18 00:38:44 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-06-18 00:38:44 -0400 |
commit | d2d7d2f928293483ee2f10f4525a6f76bca7f5a8 (patch) | |
tree | bb07db0aef0c7477a226c058c73e907926d40d8e /build.gradle | |
parent | ffe6f521c4525479d1c1fb19f1e2b06cc955ee75 (diff) | |
download | SoundChan-d2d7d2f928293483ee2f10f4525a6f76bca7f5a8.tar.gz SoundChan-d2d7d2f928293483ee2f10f4525a6f76bca7f5a8.tar.bz2 SoundChan-d2d7d2f928293483ee2f10f4525a6f76bca7f5a8.zip |
Bump in LavaPlayer version to fix some yt links
Various YouTube links did not work, this was fixed upstream so pulling
in the latest version of the library.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5ecc1c7..1b0f8f1 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { compile 'net.dv8tion:JDA:3.5.1_339' - compile 'com.sedmelluq:lavaplayer:1.2.53' + compile 'com.sedmelluq:lavaplayer:1.3.17' runtime 'ch.qos.logback:logback-classic:1.2.3' } |