Skip to content

Commit d595270

Browse files
authored
Merge pull request #661 from typelevel/update/scala-reflect-2.12.16
Update scala-reflect to 2.12.16
2 parents a6b34e3 + 2748ffe commit d595270

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.13.8, 2.12.15, 3.0.2]
31+
scala: [2.13.8, 2.12.16, 3.0.2]
3232
java: [temurin@8, temurin@11]
3333
project: [rootJS, rootJVM]
3434
exclude:
35-
- scala: 2.12.15
35+
- scala: 2.12.16
3636
java: temurin@11
3737
- scala: 3.0.2
3838
java: temurin@11
@@ -216,22 +216,22 @@ jobs:
216216
tar xf targets.tar
217217
rm targets.tar
218218
219-
- name: Download target directories (2.12.15, rootJS)
219+
- name: Download target directories (2.12.16, rootJS)
220220
uses: actions/download-artifact@v2
221221
with:
222-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS
222+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS
223223

224-
- name: Inflate target directories (2.12.15, rootJS)
224+
- name: Inflate target directories (2.12.16, rootJS)
225225
run: |
226226
tar xf targets.tar
227227
rm targets.tar
228228
229-
- name: Download target directories (2.12.15, rootJVM)
229+
- name: Download target directories (2.12.16, rootJVM)
230230
uses: actions/download-artifact@v2
231231
with:
232-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
232+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
233233

234-
- name: Inflate target directories (2.12.15, rootJVM)
234+
- name: Inflate target directories (2.12.16, rootJVM)
235235
run: |
236236
tar xf targets.tar
237237
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.typesafe.tools.mima.core._
22

33
val Scala213 = "2.13.8"
4-
val Scala212 = "2.12.15"
4+
val Scala212 = "2.12.16"
55
val Scala3 = "3.0.2"
66

77
ThisBuild / tlBaseVersion := "2.3"

0 commit comments

Comments
 (0)