Skip to content

Commit 6df98d6

Browse files
authored
Merge pull request #971 from typelevel/update/scala-library-2.12.18
Update scala-library to 2.12.18
2 parents 88311e4 + 453104c commit 6df98d6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [3.3.0, 2.12.17, 2.13.11]
31+
scala: [3.3.0, 2.12.18, 2.13.11]
3232
java: [temurin@8, temurin@11]
3333
project: [rootJS, rootJVM, rootNative]
3434
workers: [1, 4]
3535
exclude:
3636
- scala: 3.3.0
3737
java: temurin@11
38-
- scala: 2.12.17
38+
- scala: 2.12.18
3939
java: temurin@11
4040
- project: rootJS
4141
java: temurin@11
@@ -226,32 +226,32 @@ jobs:
226226
tar xf targets.tar
227227
rm targets.tar
228228
229-
- name: Download target directories (2.12.17, rootJS, 1)
229+
- name: Download target directories (2.12.18, rootJS, 1)
230230
uses: actions/download-artifact@v3
231231
with:
232-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1
232+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1
233233

234-
- name: Inflate target directories (2.12.17, rootJS, 1)
234+
- name: Inflate target directories (2.12.18, rootJS, 1)
235235
run: |
236236
tar xf targets.tar
237237
rm targets.tar
238238
239-
- name: Download target directories (2.12.17, rootJVM, 1)
239+
- name: Download target directories (2.12.18, rootJVM, 1)
240240
uses: actions/download-artifact@v3
241241
with:
242-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1
242+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1
243243

244-
- name: Inflate target directories (2.12.17, rootJVM, 1)
244+
- name: Inflate target directories (2.12.18, rootJVM, 1)
245245
run: |
246246
tar xf targets.tar
247247
rm targets.tar
248248
249-
- name: Download target directories (2.12.17, rootNative, 1)
249+
- name: Download target directories (2.12.18, rootNative, 1)
250250
uses: actions/download-artifact@v3
251251
with:
252-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1
252+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1
253253

254-
- name: Inflate target directories (2.12.17, rootNative, 1)
254+
- name: Inflate target directories (2.12.18, rootNative, 1)
255255
run: |
256256
tar xf targets.tar
257257
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val Scala212 = "2.12.17"
1+
val Scala212 = "2.12.18"
22
val Scala213 = "2.13.11"
33
val Scala3 = "3.3.0"
44

0 commit comments

Comments
 (0)