File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33Each release usually includes various fixes and improvements.
44The most noteworthy of these, as well as any features and breaking changes, are listed here.
55
6+ ## v3.3.2.1
7+ * Updated to Sedmelluq's Lavaplayer 1.3.53
8+
69## v3.3.2
710* Replaced Magma with Koe.
811* Finally implemented ` stopTime ` for ` play ` op.
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ dependencies {
3939 exclude group : " org.slf4j" , module : " slf4j-api"
4040 }
4141 compile group : ' moe.kyokobot.koe' , name : ' ext-udpqueue' , version : koeVersion
42- // compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
43- compile group : ' com.github.devoxin' , name : ' lavaplayer' , version : ' 1.3.59'
42+ compile group : ' com.sedmelluq' , name : ' lavaplayer' , version : lavaplayerVersion
4443 compile group : ' com.sedmelluq' , name : ' lavaplayer-ext-youtube-rotator' , version : lavaplayerIpRotatorVersion
4544 compile group : ' org.jetbrains.kotlin' , name : ' kotlin-reflect' , version : kotlinVersion
4645
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ subprojects {
5353
5454 ext {
5555 // @formatter:off
56- lavaplayerVersion = ' 1.3.50 '
56+ lavaplayerVersion = ' 1.3.53 '
5757 lavaplayerIpRotatorVersion = ' 0.2.3'
5858 jdaNasVersion = ' 1.1.0'
5959 jappVersion = ' 1.3.2-MINN'
You can’t perform that action at this time.
0 commit comments