Skip to content

Commit e890c09

Browse files
committed
Fix sbt setup for dependency graph generation
1 parent 1e351a5 commit e890c09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ jobs:
1313
- uses: actions/checkout@v5
1414
with:
1515
persist-credentials: false
16+
- uses: coursier/setup-action@v1
17+
with:
18+
jvm: zulu:11.0.10
19+
apps: sbt scala
1620
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)