Skip to content

Commit

Permalink
Merge pull request #250 from mkurz/sbt-dependency-submission-multiple…
Browse files Browse the repository at this point in the history
…-projects

sbt-dependency-submission can handle multiple projects now
  • Loading branch information
mkurz authored Mar 24, 2023
2 parents 57257e0 + b961a81 commit 4d1f639
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
with:
fetch-depth: 0
ref: ${{ inputs.ref }}
- uses: scalacenter/sbt-dependency-submission@v2 # for root project
- uses: scalacenter/sbt-dependency-submission@v2
with:
working-directory: ./samples/compile-timeDI/
- uses: scalacenter/sbt-dependency-submission@v2
with:
working-directory: ./samples/runtimeDI/

0 comments on commit 4d1f639

Please sign in to comment.