Skip to content

Commit cffdcdb

Browse files
authored
Update scala.yml
1 parent ec771e8 commit cffdcdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
12+
permissions:
13+
contents: write
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up JDK
@@ -21,3 +21,4 @@ jobs:
2121
- uses: sbt/setup-sbt@v1
2222
- name: Run tests
2323
run: sbt test
24+
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)