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 4edd5ca commit 713ace4Copy full SHA for 713ace4
.github/workflows/release.yml
@@ -15,6 +15,9 @@ jobs:
15
distribution: 'temurin'
16
java-version: '17'
17
cache: 'sbt'
18
+ - uses: sbt/setup-sbt@v1
19
+ with:
20
+ sbt-runner-version: 1.10.2
21
- run: sbt ci-release
22
env:
23
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
.github/workflows/scala.yml
@@ -16,6 +16,9 @@ jobs:
with:
java-version: "16"
distribution: "adopt"
- name: Check sources formatting
run: sbt scalafmtCheck
24
- name: Check sbt and project dir formatting
0 commit comments