Skip to content

Commit

Permalink
Merge pull request #330 from playframework/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…9.0.x/scalacenter/sbt-dependency-submission-3

[9.0.x] Bump scalacenter/sbt-dependency-submission from 2 to 3
  • Loading branch information
mkurz committed May 21, 2024
2 parents 979bcaf + 31ed389 commit 23d3782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: 0
ref: ${{ inputs.ref }}
- uses: scalacenter/sbt-dependency-submission@v2 # for root project
- uses: scalacenter/sbt-dependency-submission@v2
- uses: scalacenter/sbt-dependency-submission@v3 # for root project
- uses: scalacenter/sbt-dependency-submission@v3
with:
working-directory: ./samples/compile-timeDI/
- uses: scalacenter/sbt-dependency-submission@v2
- uses: scalacenter/sbt-dependency-submission@v3
with:
working-directory: ./samples/runtimeDI/

0 comments on commit 23d3782

Please sign in to comment.