Skip to content

Commit 649e053

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 47a43f7 commit 649e053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300

301301
- name: sbt update
302302
if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false'
303-
run: sbt '++ ${{ matrix.scala }}' reload +update
303+
run: sbt reload +update
304304

305305
- name: Setup Java (temurin@11)
306306
id: setup-java-temurin-11
@@ -313,7 +313,7 @@ jobs:
313313

314314
- name: sbt update
315315
if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.outputs.cache-hit == 'false'
316-
run: sbt '++ ${{ matrix.scala }}' reload +update
316+
run: sbt reload +update
317317

318318
- name: Submit Dependencies
319319
uses: scalacenter/sbt-dependency-submission@v2

0 commit comments

Comments
 (0)