Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: 17
check-latest: true
- name: Cache Scala dependencies
uses: coursier/cache-action@v7
uses: coursier/cache-action@v8
- name: Check code formatting
run: ./sbt check

Expand All @@ -44,7 +44,7 @@ jobs:
java-version: 17
check-latest: true
- name: Cache Scala dependencies
uses: coursier/cache-action@v7
uses: coursier/cache-action@v8
- name: Run tests
run: ./sbt ++${{ matrix.scala }}! test

Expand All @@ -61,7 +61,7 @@ jobs:
java-version: 17
check-latest: true
- name: Cache Scala dependencies
uses: coursier/cache-action@v7
uses: coursier/cache-action@v8
- name: Check website generation
run: ./sbt docs/docusaurusCreateSite

Expand All @@ -78,7 +78,7 @@ jobs:
java-version: 17
check-latest: true
- name: Cache scala dependencies
uses: coursier/cache-action@v7
uses: coursier/cache-action@v8
- name: Check that building packages works
run: ./sbt +publishLocal

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 17
check-latest: true
- name: Cache Scala dependencies
uses: coursier/cache-action@v7
uses: coursier/cache-action@v8
- name: Release artifacts
run: ./sbt ci-release
env:
Expand Down
Loading