diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-08-10 21:54:33 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-08-10 21:54:33 -0400 |
commit | 59ffa2f46350597ed96ad32cd6ba19f274165f3a (patch) | |
tree | a76cc94ad6fc079753c60920fe66cc48f97e60e4 | |
parent | d2d7d2f928293483ee2f10f4525a6f76bca7f5a8 (diff) | |
download | SoundChan-59ffa2f46350597ed96ad32cd6ba19f274165f3a.tar.gz SoundChan-59ffa2f46350597ed96ad32cd6ba19f274165f3a.tar.bz2 SoundChan-59ffa2f46350597ed96ad32cd6ba19f274165f3a.zip |
Another lavaplayer bumpbugfix/lavaplayer-bump
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1b0f8f1..befa0d3 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.3.17' + compile 'com.sedmelluq:lavaplayer:1.3.20' runtime 'ch.qos.logback:logback-classic:1.2.3' } |