Skip to content

Commit

Permalink
Fix mixcloud playback
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 22, 2023
1 parent f22e637 commit 04d3a3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Add the following to your lavalink configuration, make sure to replace `VERSION`
lavalink:
plugins:
- dependency: "com.dunctebot:skybot-lavalink-plugin:VERSION"
snapshot: false
repository : "https://maven.lavalink.dev/releases" # (optional on lavalink 4)
snapshot: false # (optional, tells lavalink to use the default snaptshot repository instead)
```
Alternatively you can download the jar from the release on github and place that in your plugins folder
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java {
}
}

val pluginVersion = Version(1, 5, 0)
val pluginVersion = Version(1, 5, 1)

group = "com.dunctebot"
version = "$pluginVersion"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {
}

fun VersionCatalogBuilder.common() {
library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.8.4")
library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.8.5")

version("lavalink-api", "4.0.0-beta.5")
version("lavalink-server", "0f59a5a981af0dfa13cb9f51145e077e8dd89e13")
Expand Down

0 comments on commit 04d3a3c

Please sign in to comment.