Skip to content

Commit

Permalink
Expose lavasearch under the api scope (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes authored Oct 16, 2023
1 parent 4d8a476 commit 5adedc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
}

dependencies {
implementation "com.github.topi314.lavasearch:lavasearch:1.0.0-beta.2"
api "com.github.topi314.lavasearch:lavasearch:1.0.0-beta.2"
compileOnly "dev.arbjerg:lavaplayer:2.0.1"
implementation "org.jsoup:jsoup:1.15.3"
implementation "commons-io:commons-io:2.7"
Expand All @@ -37,4 +37,4 @@ publishing {

kotlin {
jvmToolchain(11)
}
}

0 comments on commit 5adedc3

Please sign in to comment.