Skip to content

Commit 2574b1d

Browse files
committed
Add sbt caching to GitHub Actions
1 parent 1c74cd6 commit 2574b1d

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,6 +16,7 @@ jobs:
1616
with:
1717
distribution: 'zulu'
1818
java-version: '21'
19+
cache: 'sbt'
1920
- uses: sbt/setup-sbt@v1
2021
- name: Test with SBT
2122
run: sbt test

0 commit comments

Comments
 (0)