code cleanup and deps update

This commit is contained in:
John Grosh
2019-01-13 15:06:26 -05:00
parent ae07ac2598
commit 1a9364acae
12 changed files with 88 additions and 96 deletions

View File

@@ -23,7 +23,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.8.1_447</version>
<version>3.8.1_454</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
@@ -33,13 +33,13 @@
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>JLyrics</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>