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 9ed94c1 commit e994355Copy full SHA for e994355
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
java-version: ${{ matrix.java }}
20
- name: Coursier cache
21
- uses: coursier/cache-action@v6
+ uses: coursier/cache-action@v7
22
- name: sbt ci ${{ github.ref }}
23
run: sbt ci
24
ci:
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
java-version: openjdk@1.11
17
- name: sbt ci-release ${{ github.ref }}
run: sbt ci-release
env:
0 commit comments