Skip to content

Commit

Permalink
ci: Add setup-sbt step for sbt-dependency-submission action
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Jan 22, 2025
1 parent 8f44cf2 commit 6e17107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
# TODO: do we need scoverage.xml? If so files: may be just omitted
# files: cobertura.xml,scoverage.xml
# flags: unittests
- uses: sbt/setup-sbt@v1 # setup sbt
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@v2

Expand Down

0 comments on commit 6e17107

Please sign in to comment.