-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update scala-library to 2.13.15 (#835)
1 parent
74e9c6c
commit 78d467b
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
project/target | ||
key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
- name: Check with Scalafmt | ||
run: sbt ++2.13.14 fmtCheck | ||
run: sbt ++2.13.15 fmtCheck | ||
build-bench: | ||
name: Compile benchmarks | ||
needs: format | ||
|
@@ -59,15 +59,15 @@ jobs: | |
project/target | ||
key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
- name: Compile benchmarks | ||
run: sbt ++2.13.14 benchBuild | ||
run: sbt ++2.13.15 benchBuild | ||
build: | ||
name: Test | ||
needs: format | ||
strategy: | ||
matrix: | ||
scala: | ||
- 2.12.19 | ||
- 2.13.14 | ||
- 2.12.20 | ||
- 2.13.15 | ||
java: | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -128,7 +128,7 @@ jobs: | |
project/target | ||
key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
- name: Publish Snapshot for Scala 2.12 | ||
run: CI_SNAPSHOT_RELEASE=publish sbt ++2.12.19 releaseIt | ||
run: CI_SNAPSHOT_RELEASE=publish sbt ++2.12.20 releaseIt | ||
env: | ||
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} | ||
PGP_SECRET: ${{ secrets.PGP_SECRET }} | ||
|
@@ -161,7 +161,7 @@ jobs: | |
project/target | ||
key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
- name: Publish Snapshot for Scala 2.13 | ||
run: CI_SNAPSHOT_RELEASE=publish sbt ++2.13.14 releaseIt | ||
run: CI_SNAPSHOT_RELEASE=publish sbt ++2.13.15 releaseIt | ||
env: | ||
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} | ||
PGP_SECRET: ${{ secrets.PGP_SECRET }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters