Skip to content

Merge pull request #7410 from eed3si9n/bport/coursier #57

Merge pull request #7410 from eed3si9n/bport/coursier

Merge pull request #7410 from eed3si9n/bport/coursier #57

# .github/workflows/dependency-graph.yml
name: Submit Dependency Graph
on:
push:
branches: [1.9.x] # default branch of the project
permissions: {}
jobs:
submit-graph:
permissions:
contents: write # to submit the dependency graph
name: Submit Dependency Graph
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
steps:
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v2