Skip to content

Commit

Permalink
Bump sbt-dependency-submission (#4155)
Browse files Browse the repository at this point in the history
Publish full graph of dependencies, on all Scala versions
  • Loading branch information
adpi2 authored Jul 15, 2022
1 parent 53249aa commit 2769719
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sbt-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
branches:
- main
jobs:
submit:
name: Submit dependency graph
update-graph:
name: Update graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-graph-action@v1
with:
scala-versions: 2.12.16 2.13.8 3.1.3
- uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit 2769719

Please sign in to comment.