Skip to content

Commit cd003f0

Browse files
committed
Add SBT setup
1 parent 3f5116d commit cd003f0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- uses: actions/checkout@v4
17+
- uses: sbt/setup-sbt@v1
1718
- uses: scalacenter/sbt-dependency-submission@v2
1819
id: submit
1920
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
java-version: 8
1919
distribution: 'adopt'
20+
- uses: sbt/setup-sbt@v1
2021
- name: Publish
2122
run: |
2223
printf "[github]\n actor=${{ secrets.ORG_USERNAME }}\n token=${{ secrets.ORG_TOKEN }}" > ~/.gitconfig

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
java-version: '11'
2424
distribution: 'temurin'
2525
cache: 'sbt'
26+
- uses: sbt/setup-sbt@v1
2627
- name: Run tests
2728
env:
2829
GITHUB_TOKEN: ${{ secrets.ORG_TOKEN }}

0 commit comments

Comments
 (0)