Skip to content

Commit

Permalink
Update scala-library to 2.12.17 (#512)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.12.17

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

Co-authored-by: Filippo Mariotti <[email protected]>
  • Loading branch information
scala-steward and barambani authored Nov 23, 2022
1 parent 2664fc9 commit 2620d15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 2.13.10, 3.2.1]
scala: [2.12.17, 2.13.10, 3.2.1]
java: [temurin@8, temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 2.12.16
- scala: 2.12.17
java: temurin@11
- scala: 2.12.16
- scala: 2.12.17
java: temurin@17
- scala: 3.2.1
java: temurin@11
Expand Down Expand Up @@ -216,12 +216,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.16, rootJVM)
- name: Download target directories (2.12.17, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM

- name: Inflate target directories (2.12.16, rootJVM)
- name: Inflate target directories (2.12.17, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala_212 = "2.12.16"
val scala_212 = "2.12.17"
val scala_213 = "2.13.10"
val scala_3 = "3.2.1"

Expand Down

0 comments on commit 2620d15

Please sign in to comment.