Skip to content

Update scala-library to 2.12.20 #72

Update scala-library to 2.12.20

Update scala-library to 2.12.20 #72

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