File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 55 <artifactId >JMusicBot</artifactId >
66 <version >Snapshot</version >
77 <packaging >jar</packaging >
8-
8+
99 <repositories >
1010 <repository >
1111 <id >dv8tion</id >
2626 </snapshots >
2727 </repository >
2828 </repositories >
29-
29+
3030 <dependencies >
3131 <!-- Discord Dependencies -->
3232 <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 >
3636 </dependency >
3737 <dependency >
3838 <groupId >com.jagrosh</groupId >
3939 <artifactId >jda-utilities</artifactId >
4040 <version >3.0.5</version >
4141 <type >pom</type >
4242 </dependency >
43-
43+
4444 <!-- Music Dependencies -->
4545 <!-- using a fork of this to fix some issues faster -->
4646 <!-- dependency>
6464 <artifactId >JLyrics</artifactId >
6565 <version >master-SNAPSHOT</version >
6666 </dependency >
67-
67+
6868 <!-- Misc Internal Dependencies -->
6969 <dependency >
7070 <groupId >ch.qos.logback</groupId >
8181 <artifactId >jsoup</artifactId >
8282 <version >1.15.3</version >
8383 </dependency >
84-
84+
8585 <!-- Testing Dependencies -->
8686 <dependency >
8787 <groupId >junit</groupId >
9696 <scope >test</scope >
9797 </dependency >
9898 </dependencies >
99-
99+
100100 <build >
101101 <plugins >
102102 <plugin >
138138 </plugin >
139139 </plugins >
140140 </build >
141-
141+
142142 <properties >
143143 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
144144 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments