Skip to content

Commit 50f3325

Browse files
committed
Changed path once again;
Changed buttonfy method to buttonize;
1 parent 605cff6 commit 50f3325

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,17 @@
5757

5858
<repositories>
5959
<repository>
60-
<snapshots>
61-
<enabled>false</enabled>
62-
</snapshots>
63-
<id>central</id>
64-
<name>bintray</name>
65-
<url>http://jcenter.bintray.com</url>
60+
<id>jcenter</id>
61+
<name>jcenter-bintray</name>
62+
<url>https://jcenter.bintray.com</url>
6663
</repository>
6764
</repositories>
6865

6966
<dependencies>
7067
<dependency>
7168
<groupId>net.dv8tion</groupId>
7269
<artifactId>JDA</artifactId>
73-
<version>4.0.0_45</version>
70+
<version>4.1.0_96</version>
7471
</dependency>
7572
</dependencies>
7673
</project>

0 commit comments

Comments
 (0)