Skip to content

Commit

Permalink
Update scala3-library to 3.2.1 (#514)
Browse files Browse the repository at this point in the history
* Update scala3-library to 3.2.1

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

Co-authored-by: Filippo Mariotti <[email protected]>
  • Loading branch information
scala-steward and barambani committed Nov 23, 2022
1 parent d82c838 commit 419cfe4
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,17 +28,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 2.13.8, 3.2.0]
scala: [2.12.16, 2.13.8, 3.2.1]
java: [temurin@8, temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 2.12.16
java: temurin@11
- scala: 2.12.16
java: temurin@17
- scala: 3.2.0
- scala: 3.2.1
java: temurin@11
- scala: 3.2.0
- scala: 3.2.1
java: temurin@17
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -236,12 +236,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.0, rootJVM)
- name: Download target directories (3.2.1, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM

- name: Inflate target directories (3.2.0, rootJVM)
- name: Inflate target directories (3.2.1, 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,6 +1,6 @@
val scala_212 = "2.12.16"
val scala_213 = "2.13.8"
val scala_3 = "3.2.0"
val scala_3 = "3.2.1"

val versionOf = new {
val cats = "2.9.0"
Expand Down

0 comments on commit 419cfe4

Please sign in to comment.