We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649bae2 commit 5fb3a9eCopy full SHA for 5fb3a9e
1 file changed
.github/workflows/sbt_test.yml
@@ -47,13 +47,13 @@ jobs:
47
distribution: temurin
48
java-version: ${{ matrix.java.ver }}
49
50
- - name: Set up sbt
51
- uses: sbt/setup-sbt@v1
+ # - name: Set up sbt
+ # uses: sbt/setup-sbt@v1
52
53
- name: Set up Scala (via Coursier)
54
uses: coursier/setup-action@v2
55
with:
56
- apps: scala
+ apps: bloop sbt scala
57
58
- name: Set up .NET SDK
59
if: ${{ runner.os == 'Linux' }}
0 commit comments