We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665f00 commit 2069a8bCopy full SHA for 2069a8b
.github/workflows/scala.yml
@@ -18,5 +18,7 @@ jobs:
18
with:
19
java-version: '11'
20
distribution: 'adopt'
21
+ - name: Setup SBT
22
+ uses: sbt/setup-sbt@v1
23
- name: Run tests
24
run: sbt test
0 commit comments