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 47a43f7 commit 649e053Copy full SHA for 649e053
.github/workflows/ci.yml
@@ -300,7 +300,7 @@ jobs:
300
301
- name: sbt update
302
if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false'
303
- run: sbt '++ ${{ matrix.scala }}' reload +update
+ run: sbt reload +update
304
305
- name: Setup Java (temurin@11)
306
id: setup-java-temurin-11
@@ -313,7 +313,7 @@ jobs:
313
314
315
if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.outputs.cache-hit == 'false'
316
317
318
- name: Submit Dependencies
319
uses: scalacenter/sbt-dependency-submission@v2
0 commit comments