Skip to content

Update build (#195) #61

Update build (#195)

Update build (#195) #61

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-submission@v2