Skip to content

Commit

Permalink
chore(player): fix tests through correcting plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Jun 15, 2024
1 parent 25a73f8 commit 160f0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ application {
}

dependencies {
implementation(project(":plugin"))
implementation(project(":plugin$year"))
implementation(kotlin("script-runtime"))
implementation("ch.qos.logback", "logback-classic", "1.3.11") // Update to 1.4 with JDK upgrade
}
Expand Down

0 comments on commit 160f0a5

Please sign in to comment.