Skip to content

Update sbt-version-policy to 2.1.2 #40

Update sbt-version-policy to 2.1.2

Update sbt-version-policy to 2.1.2 #40

name: Submit Dependency Graph
on:
push:
branches: main # default branch of the project
jobs:
submit-graph:
name: Submit Dependency Graph
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-graph-action@v1.0.0-RC1