Skip to content

Commit 269b038

Browse files
[DPT-602] Add sbt-dependency-submission to expirements repo
1 parent 87713d2 commit 269b038

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update Dependency Graph
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
dependency-graph:
8+
name: Update Dependency Graph
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
- uses: sbt/setup-sbt@v1
15+
- uses: scalacenter/sbt-dependency-submission@v2

0 commit comments

Comments
 (0)