Skip to content

Commit

Permalink
lavaplayer + vb
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaaz committed Jun 4, 2020
1 parent 94b7db1 commit 6e53a67
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 @@ -17,7 +17,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

mainClassName = 'emily.main.Launcher'
group = 'com.github.Kaaz'
version = '1.9.16'
version = '1.9.17'

description = "Emily discord bot"

Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
compile group: 'com.google.apis', name: 'google-api-services-youtube', version: 'v3-rev192-1.23.0'
compile group: 'com.kcthota', name: 'emoji4j', version: '5.0'
compile group: 'net.dv8tion', name: 'JDA', version: '3.8.1_457'
compile group: 'com.sedmelluq', name: 'lavaplayer', version: '1.3.22'
compile group: 'com.sedmelluq', name: 'lavaplayer', version: '1.3.49'
compile group: 'org.reflections', name: 'reflections', version: '0.9.10'
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.40'
compile group: 'com.github.Kaaz', name: 'trello4j', version: 'master-SNAPSHOT'
Expand Down

0 comments on commit 6e53a67

Please sign in to comment.