Skip to content

Commit 707aaa8

Browse files
authored
Merge pull request #917 from typelevel/update/scala-library-2.12.17
Update scala-library to 2.12.17
2 parents 1a85630 + 005b260 commit 707aaa8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [3.1.3, 2.12.16, 2.13.8]
31+
scala: [3.1.3, 2.12.17, 2.13.8]
3232
java: [temurin@8, temurin@11]
3333
project: [rootJS, rootJVM, rootNative]
3434
workers: [1, 4]
@@ -219,32 +219,32 @@ jobs:
219219
tar xf targets.tar
220220
rm targets.tar
221221
222-
- name: Download target directories (2.12.16, rootJS, 1)
222+
- name: Download target directories (2.12.17, rootJS, 1)
223223
uses: actions/download-artifact@v2
224224
with:
225-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS-1
225+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1
226226

227-
- name: Inflate target directories (2.12.16, rootJS, 1)
227+
- name: Inflate target directories (2.12.17, rootJS, 1)
228228
run: |
229229
tar xf targets.tar
230230
rm targets.tar
231231
232-
- name: Download target directories (2.12.16, rootJVM, 1)
232+
- name: Download target directories (2.12.17, rootJVM, 1)
233233
uses: actions/download-artifact@v2
234234
with:
235-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM-1
235+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1
236236

237-
- name: Inflate target directories (2.12.16, rootJVM, 1)
237+
- name: Inflate target directories (2.12.17, rootJVM, 1)
238238
run: |
239239
tar xf targets.tar
240240
rm targets.tar
241241
242-
- name: Download target directories (2.12.16, rootNative, 1)
242+
- name: Download target directories (2.12.17, rootNative, 1)
243243
uses: actions/download-artifact@v2
244244
with:
245-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative-1
245+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1
246246

247-
- name: Inflate target directories (2.12.16, rootNative, 1)
247+
- name: Inflate target directories (2.12.17, rootNative, 1)
248248
run: |
249249
tar xf targets.tar
250250
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.16"
1+
val Scala212 = "2.12.17"
22
val Scala213 = "2.13.8"
33
val Scala3 = "3.1.3"
44

0 commit comments

Comments
 (0)