File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >JMusicBot</artifactId >
6
6
<version >Snapshot</version >
7
7
<packaging >jar</packaging >
8
-
8
+
9
9
<repositories >
10
10
<repository >
11
11
<id >dv8tion</id >
26
26
</snapshots >
27
27
</repository >
28
28
</repositories >
29
-
29
+
30
30
<dependencies >
31
31
<!-- Discord Dependencies -->
32
32
<dependency >
33
- <groupId >net.dv8tion</groupId >
34
- <artifactId >JDA</artifactId >
35
- <version >4.4.0_352 </version >
33
+ <groupId >net.dv8tion</groupId >
34
+ <artifactId >JDA</artifactId >
35
+ <version >4.4.1_353 </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >com.jagrosh</groupId >
39
39
<artifactId >jda-utilities</artifactId >
40
40
<version >3.0.5</version >
41
41
<type >pom</type >
42
42
</dependency >
43
-
43
+
44
44
<!-- Music Dependencies -->
45
45
<!-- using a fork of this to fix some issues faster -->
46
46
<!-- dependency>
64
64
<artifactId >JLyrics</artifactId >
65
65
<version >master-SNAPSHOT</version >
66
66
</dependency >
67
-
67
+
68
68
<!-- Misc Internal Dependencies -->
69
69
<dependency >
70
70
<groupId >ch.qos.logback</groupId >
81
81
<artifactId >jsoup</artifactId >
82
82
<version >1.15.3</version >
83
83
</dependency >
84
-
84
+
85
85
<!-- Testing Dependencies -->
86
86
<dependency >
87
87
<groupId >junit</groupId >
96
96
<scope >test</scope >
97
97
</dependency >
98
98
</dependencies >
99
-
99
+
100
100
<build >
101
101
<plugins >
102
102
<plugin >
138
138
</plugin >
139
139
</plugins >
140
140
</build >
141
-
141
+
142
142
<properties >
143
143
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
144
144
<maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments