We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e383886 commit 23e3c9aCopy full SHA for 23e3c9a
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
java-version: ${{ matrix.java-version }}
28
cache: sbt
29
30
+ - uses: sbt/setup-sbt@v1
31
+
32
- name: Run the project
33
run: sbt run
34
0 commit comments