Skip to content

Commit

Permalink
Merge pull request #3671 from typelevel/update/series/3.x/scala-libra…
Browse files Browse the repository at this point in the history
…ry-2.12.18

Update scala-library to 2.12.18 in series/3.x
  • Loading branch information
djspiewak authored Jun 8, 2023
2 parents 559ca9e + f5f0bf0 commit c388055
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
scala: [3.3.0, 2.12.17, 2.13.10]
scala: [3.3.0, 2.12.18, 2.13.10]
java: [temurin@8, temurin@11, temurin@17, graalvm@11]
ci: [ciJVM, ciNative, ciJS, ciFirefox, ciChrome]
exclude:
- scala: 3.3.0
java: temurin@11
- scala: 2.12.17
- scala: 2.12.18
java: temurin@11
- scala: 2.12.17
- scala: 2.12.18
java: temurin@17
- scala: 2.12.17
- scala: 2.12.18
java: graalvm@11
- os: windows-latest
scala: 3.3.0
- os: macos-latest
scala: 3.3.0
- os: windows-latest
scala: 2.12.17
scala: 2.12.18
- os: macos-latest
scala: 2.12.17
scala: 2.12.18
- ci: ciFirefox
scala: 3.3.0
- ci: ciChrome
scala: 3.3.0
- ci: ciFirefox
scala: 2.12.17
scala: 2.12.18
- ci: ciChrome
scala: 2.12.17
scala: 2.12.18
- ci: ciJS
java: temurin@11
- ci: ciJS
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
ci: ciNative
- os: macos-latest
ci: ciNative
scala: 2.12.17
scala: 2.12.18
- os: macos-latest
ci: ciNative
scala: 3.3.0
Expand Down Expand Up @@ -438,32 +438,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, ciJVM)
- name: Download target directories (2.12.18, ciJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJVM

- name: Inflate target directories (2.12.17, ciJVM)
- name: Inflate target directories (2.12.18, ciJVM)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, ciNative)
- name: Download target directories (2.12.18, ciNative)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciNative
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciNative

- name: Inflate target directories (2.12.17, ciNative)
- name: Inflate target directories (2.12.18, ciNative)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, ciJS)
- name: Download target directories (2.12.18, ciJS)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJS

- name: Inflate target directories (2.12.17, ciJS)
- name: Inflate target directories (2.12.18, ciJS)
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
Expand Up @@ -112,7 +112,7 @@ val PrimaryOS = "ubuntu-latest"
val Windows = "windows-latest"
val MacOS = "macos-latest"

val Scala212 = "2.12.17"
val Scala212 = "2.12.18"
val Scala213 = "2.13.10"
val Scala3 = "3.3.0"

Expand Down

0 comments on commit c388055

Please sign in to comment.