Skip to content

Commit 20bb309

Browse files
committed
Add setup-sbt to GitHub Actions
1 parent f96fb8e commit 20bb309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sbt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
with:
1717
distribution: 'zulu'
1818
java-version: '21'
19+
- uses: sbt/setup-sbt@v1
1920
- name: Test with SBT
2021
run: sbt test

0 commit comments

Comments
 (0)