v0.1.10 Switched to https://github.com/Walkyst/lavaplayer-fork
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.bensherriff</groupId>
|
||||
<artifactId>siren</artifactId>
|
||||
<version>0.1.9</version>
|
||||
<version>0.1.10</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<repositories>
|
||||
@@ -26,6 +26,10 @@
|
||||
<name>m2-dv8tion</name>
|
||||
<url>https://m2.dv8tion.net/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jitpack</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven_central</id>
|
||||
<name>Maven Central</name>
|
||||
@@ -58,7 +62,7 @@
|
||||
|
||||
<properties>
|
||||
<jda.version>5.0.0-beta.6</jda.version>
|
||||
<lavaplayer.version>1.3.78</lavaplayer.version>
|
||||
<lavaplayer.version>1.4.0</lavaplayer.version>
|
||||
<lavaplayer-natives-extra.version>1.3.13</lavaplayer-natives-extra.version>
|
||||
<jackson.version>2.14.2</jackson.version>
|
||||
<slf4j.version>2.0.6</slf4j.version>
|
||||
@@ -76,13 +80,8 @@
|
||||
<version>${jda.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sedmelluq</groupId>
|
||||
<artifactId>lavaplayer-natives-extra</artifactId>
|
||||
<version>${lavaplayer-natives-extra.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sedmelluq</groupId>
|
||||
<artifactId>lavaplayer</artifactId>
|
||||
<groupId>com.github.walkyst</groupId>
|
||||
<artifactId>lavaplayer-fork</artifactId>
|
||||
<version>${lavaplayer.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user