Skip to content

Commit b4d92fb

Browse files
authored
Update scala.yml add setup-sbt
1 parent 6189e51 commit b4d92fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/scala.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
java-version: '11'
2525
distribution: 'temurin'
2626
cache: 'sbt'
27+
- uses: sbt/setup-sbt@v1
2728
- name: Run tests
2829
# "+ test" runs tests with all scala versions
2930
run: sbt "+ test"

0 commit comments

Comments
 (0)