Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit 98f6ded

Browse files
committed
Fix dependency tree
1 parent 2045f64 commit 98f6ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ repositories {
4141

4242
dependencies {
4343
// build override for age-restricted videos
44-
api(group = "com.github.duncte123", name = "lavaplayer", version = "914ebc2")
44+
implementation(group = "com.github.duncte123", name = "lavaplayer", version = "dd595a1")
4545
// api(group = "com.sedmelluq", name = "lavaplayer", version = "1.3.33")
46-
api(group = "io.sentry", name = "sentry-logback", version = "1.7.17")
46+
implementation(group = "io.sentry", name = "sentry-logback", version = "1.7.17")
4747
}
4848

4949
configure<JavaPluginConvention> {

0 commit comments

Comments
 (0)