Skip to content

Commit

Permalink
update dependencies & version 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleuzen committed Apr 10, 2021
1 parent 93aa1ee commit 6576388
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,32 @@
<name>jcenter-bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>dv8tion</id>
<name>m2-dv8tion</name>
<url>https://m2.dv8tion.net/releases</url>
</repository>
</repositories>

<dependencies>

<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_217</version>
<version>4.2.1_255</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
<version>20210307</version>
</dependency>

<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.60</version>
<version>1.3.76</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/com/github/bleuzen/blizcord/Values.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Values {

static final boolean DEV = false;

public static final String BOT_VERSION = "0.10.4" + (DEV ? "-dev" : "");
public static final String BOT_VERSION = "0.10.5" + (DEV ? "-dev" : "");
public static final String BOT_NAME = "Blizcord";
public static final String BOT_DEVELOPER = "Bleuzen <[email protected]>";
public static final String BOT_GITHUB_REPO = "Bleuzen/Blizcord";
Expand Down

0 comments on commit 6576388

Please sign in to comment.