Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
- update Discord API library
  • Loading branch information
jacobwgillespie committed Feb 20, 2016
1 parent 05c2ba8 commit 6526910
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>gg.obsidian</groupId>
<artifactId>DiscordBridge</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<description>Bridge chat between Discord and Minecraft</description>
<url>https://github.com/the-obsidian/DiscordBridge</url>

Expand All @@ -27,6 +27,14 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>letece</id>
<url>http://lutece.paris.fr/nexus/content/repositories/lutece_third_party</url>
</repository>
<repository>
<id>DV8FromTheWorld</id>
<url>https://github.com/DV8FromTheWorld/Maven-Repository/raw/master/repo</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -43,7 +51,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>1.2.1_106</version>
<version>1.2.2_139</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 6526910

Please sign in to comment.