diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-10-27 00:38:52 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-10-27 00:38:52 -0400 |
commit | c50216132981a993fb827315c7c4d6fb3d5857a1 (patch) | |
tree | 2e10a70799009c3a6fe9f245e644b7c9f4a68de8 /build.gradle | |
parent | d2bb59cf2c21c5ba3000d1523bb62bb969eb38d4 (diff) | |
download | SoundChan-c50216132981a993fb827315c7c4d6fb3d5857a1.tar.gz SoundChan-c50216132981a993fb827315c7c4d6fb3d5857a1.tar.bz2 SoundChan-c50216132981a993fb827315c7c4d6fb3d5857a1.zip |
Starting work to update libraries
JDA v4 has many breaking changes that will need to be checked
Lavaplayer shouldn't have any major changes, but needs version bump to
continue working with various sites
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index befa0d3..c780e8b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ repositories { } dependencies { - compile 'net.dv8tion:JDA:3.5.1_339' - compile 'com.sedmelluq:lavaplayer:1.3.20' + compile 'net.dv8tion:JDA:4.0.0_39' + compile 'com.sedmelluq:lavaplayer:1.3.22' runtime 'ch.qos.logback:logback-classic:1.2.3' } |