Skip to content

Commit c388055

Browse files
authored
Merge pull request #3671 from typelevel/update/series/3.x/scala-library-2.12.18
Update scala-library to 2.12.18 in series/3.x
2 parents 559ca9e + f5f0bf0 commit c388055

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,34 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, windows-latest, macos-latest]
31-
scala: [3.3.0, 2.12.17, 2.13.10]
31+
scala: [3.3.0, 2.12.18, 2.13.10]
3232
java: [temurin@8, temurin@11, temurin@17, graalvm@11]
3333
ci: [ciJVM, ciNative, ciJS, ciFirefox, ciChrome]
3434
exclude:
3535
- scala: 3.3.0
3636
java: temurin@11
37-
- scala: 2.12.17
37+
- scala: 2.12.18
3838
java: temurin@11
39-
- scala: 2.12.17
39+
- scala: 2.12.18
4040
java: temurin@17
41-
- scala: 2.12.17
41+
- scala: 2.12.18
4242
java: graalvm@11
4343
- os: windows-latest
4444
scala: 3.3.0
4545
- os: macos-latest
4646
scala: 3.3.0
4747
- os: windows-latest
48-
scala: 2.12.17
48+
scala: 2.12.18
4949
- os: macos-latest
50-
scala: 2.12.17
50+
scala: 2.12.18
5151
- ci: ciFirefox
5252
scala: 3.3.0
5353
- ci: ciChrome
5454
scala: 3.3.0
5555
- ci: ciFirefox
56-
scala: 2.12.17
56+
scala: 2.12.18
5757
- ci: ciChrome
58-
scala: 2.12.17
58+
scala: 2.12.18
5959
- ci: ciJS
6060
java: temurin@11
6161
- ci: ciJS
@@ -96,7 +96,7 @@ jobs:
9696
ci: ciNative
9797
- os: macos-latest
9898
ci: ciNative
99-
scala: 2.12.17
99+
scala: 2.12.18
100100
- os: macos-latest
101101
ci: ciNative
102102
scala: 3.3.0
@@ -438,32 +438,32 @@ jobs:
438438
tar xf targets.tar
439439
rm targets.tar
440440
441-
- name: Download target directories (2.12.17, ciJVM)
441+
- name: Download target directories (2.12.18, ciJVM)
442442
uses: actions/download-artifact@v3
443443
with:
444-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciJVM
444+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJVM
445445

446-
- name: Inflate target directories (2.12.17, ciJVM)
446+
- name: Inflate target directories (2.12.18, ciJVM)
447447
run: |
448448
tar xf targets.tar
449449
rm targets.tar
450450
451-
- name: Download target directories (2.12.17, ciNative)
451+
- name: Download target directories (2.12.18, ciNative)
452452
uses: actions/download-artifact@v3
453453
with:
454-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciNative
454+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciNative
455455

456-
- name: Inflate target directories (2.12.17, ciNative)
456+
- name: Inflate target directories (2.12.18, ciNative)
457457
run: |
458458
tar xf targets.tar
459459
rm targets.tar
460460
461-
- name: Download target directories (2.12.17, ciJS)
461+
- name: Download target directories (2.12.18, ciJS)
462462
uses: actions/download-artifact@v3
463463
with:
464-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciJS
464+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJS
465465

466-
- name: Inflate target directories (2.12.17, ciJS)
466+
- name: Inflate target directories (2.12.18, ciJS)
467467
run: |
468468
tar xf targets.tar
469469
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ val PrimaryOS = "ubuntu-latest"
112112
val Windows = "windows-latest"
113113
val MacOS = "macos-latest"
114114

115-
val Scala212 = "2.12.17"
115+
val Scala212 = "2.12.18"
116116
val Scala213 = "2.13.10"
117117
val Scala3 = "3.3.0"
118118

0 commit comments

Comments
 (0)