Skip to content

Commit 2e0d307

Browse files
authored
Merge pull request #4300 from typelevel/update/scala-library-2.12.17
Update scala-library, scala-reflect to 2.12.17
2 parents 7a8dbba + fe2a7e7 commit 2e0d307

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.16, 2.13.8, 3.1.3]
31+
scala: [2.12.17, 2.13.8, 3.1.3]
3232
java: [temurin@8, temurin@17, graalvm@11]
3333
project: [rootJS, rootJVM, rootNative]
3434
exclude:
35-
- scala: 2.12.16
35+
- scala: 2.12.17
3636
java: temurin@17
37-
- scala: 2.12.16
37+
- scala: 2.12.17
3838
java: graalvm@11
3939
- scala: 3.1.3
4040
java: temurin@17
@@ -232,32 +232,32 @@ jobs:
232232
~/Library/Caches/Coursier/v1
233233
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
234234

235-
- name: Download target directories (2.12.16, rootJS)
235+
- name: Download target directories (2.12.17, rootJS)
236236
uses: actions/download-artifact@v2
237237
with:
238-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS
238+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
239239

240-
- name: Inflate target directories (2.12.16, rootJS)
240+
- name: Inflate target directories (2.12.17, rootJS)
241241
run: |
242242
tar xf targets.tar
243243
rm targets.tar
244244
245-
- name: Download target directories (2.12.16, rootJVM)
245+
- name: Download target directories (2.12.17, rootJVM)
246246
uses: actions/download-artifact@v2
247247
with:
248-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
248+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
249249

250-
- name: Inflate target directories (2.12.16, rootJVM)
250+
- name: Inflate target directories (2.12.17, rootJVM)
251251
run: |
252252
tar xf targets.tar
253253
rm targets.tar
254254
255-
- name: Download target directories (2.12.16, rootNative)
255+
- name: Download target directories (2.12.17, rootNative)
256256
uses: actions/download-artifact@v2
257257
with:
258-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative
258+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
259259

260-
- name: Inflate target directories (2.12.16, rootNative)
260+
- name: Inflate target directories (2.12.17, rootNative)
261261
run: |
262262
tar xf targets.tar
263263
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val GraalVM11 = JavaSpec.graalvm("11")
1616

1717
ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, GraalVM11)
1818

19-
val Scala212 = "2.12.16"
19+
val Scala212 = "2.12.17"
2020
val Scala213 = "2.13.8"
2121
val Scala3 = "3.1.3"
2222

0 commit comments

Comments
 (0)