Skip to content

Commit

Permalink
Fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Aug 21, 2024
1 parent f81737a commit ab242ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
image: ubuntu:16.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Essentials
run: |
apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("org.slf4j:slf4j-api:1.7.25")
implementation("dev.arbjerg:lavaplayer:1.5.4")
implementation("dev.arbjerg:lava-common:1.5.4")
}

val javadoc: Javadoc by tasks
Expand Down

0 comments on commit ab242ee

Please sign in to comment.