diff --git a/README.md b/README.md index be9a7b1..390ef9c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index eb741e9..2637ae2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ java { } } -val pluginVersion = Version(1, 5, 0) +val pluginVersion = Version(1, 5, 1) group = "com.dunctebot" version = "$pluginVersion" diff --git a/settings.gradle.kts b/settings.gradle.kts index fc1a5e3..14626d4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")