Skip to content

Commit

Permalink
Merge pull request #356 from Fabricio20/master
Browse files Browse the repository at this point in the history
Update lavaplayer
  • Loading branch information
freyacodes authored Sep 29, 2020
2 parents 3dedc25 + bac5411 commit 39b243f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

## v3.3.1.3
* Update lavaplayer to `1.3.53` from devoxin's fork.

## v3.3.1.2
* Update lavaplayer to [@Devoxin](https://github.com/Devoxin)'s' fork

Expand Down
2 changes: 1 addition & 1 deletion LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bootRun {
dependencies {
compile group: 'space.npstr.Magma', name: 'magma', version: magmaVersion
//compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
compile group: 'com.github.devoxin', name: 'lavaplayer', version: '1.3.52'
compile group: 'com.github.devoxin', name: 'lavaplayer', version: 'a63c541dc5'
compile group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion
compile group: 'com.sedmelluq', name: 'jda-nas', version: jdaNasVersion
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion
Expand Down

0 comments on commit 39b243f

Please sign in to comment.