diff --git a/README.md b/README.md index eac34d0..a439cd8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following to your lavalink configuration, make sure to replace `VERSION` lavalink: plugins: - dependency: "com.dunctebot:skybot-lavalink-plugin:VERSION" - repository: "https://jitpack.io" + repository: "https://jitpack.io" ``` 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 0dddaaa..1ecb3d0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ repositories { dependencies { implementation("com.dunctebot:sourcemanagers:1.5.9") - compileOnly("dev.arbjerg.lavalink:plugin-api:0.8.1") + compileOnly("dev.arbjerg.lavalink:plugin-api:0.9.0") // for testing runtimeOnly("com.github.freyacodes.lavalink:Lavalink-Server:feature~plugins-SNAPSHOT")