Skip to content

Commit

Permalink
fix: add sbt/setup-sbt for the dependency graph workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Dec 17, 2024
1 parent 8cfa37a commit 72848b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

0 comments on commit 72848b3

Please sign in to comment.