Skip to content

Fix the dependency-graph workflow (missing sbt) (#238) #280

Fix the dependency-graph workflow (missing sbt) (#238)

Fix the dependency-graph workflow (missing sbt) (#238) #280

name: Update dependency graph
on:
push:
branches:
- main
jobs:
dependency-graph:
name: Update dependency graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v2