Skip to content

Commit

Permalink
Merge pull request #971 from typelevel/update/scala-library-2.12.18
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.18
  • Loading branch information
rossabaker committed Jun 16, 2023
2 parents 88311e4 + 453104c commit 6df98d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.0, 2.12.17, 2.13.11]
scala: [3.3.0, 2.12.18, 2.13.11]
java: [temurin@8, temurin@11]
project: [rootJS, rootJVM, rootNative]
workers: [1, 4]
exclude:
- scala: 3.3.0
java: temurin@11
- scala: 2.12.17
- scala: 2.12.18
java: temurin@11
- project: rootJS
java: temurin@11
Expand Down Expand Up @@ -226,32 +226,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, rootJS, 1)
- name: Download target directories (2.12.18, rootJS, 1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1

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

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

- name: Inflate target directories (2.12.17, rootNative, 1)
- name: Inflate target directories (2.12.18, rootNative, 1)
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 Scala212 = "2.12.17"
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"

Expand Down

0 comments on commit 6df98d6

Please sign in to comment.