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 15ba937 commit e708b32Copy full SHA for e708b32
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
fetch-depth: 0
13
- uses: coursier/cache-action@v7
14
- - uses: coursier/setup-action@v1
+ - uses: coursier/setup-action@v2
15
16
jvm: temurin:11
17
- run: sbt ci-release
.github/workflows/scala-steward.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
name: Launch Scala Steward
steps:
18
19
apps: sbt
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6
20
21
22
23
- name: Run tests
0 commit comments