Skip to content

Commit

Permalink
[ci skip] fix readme entry
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jan 4, 2022
1 parent 3122ec2 commit da0c388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit da0c388

Please sign in to comment.