Skip to content

Commit 720aca9

Browse files
authored
Merge pull request #549 from typelevel/update/series/1.x/scala-library-2.12.19
Update scala-library to 2.12.19 in series/1.x
2 parents 7458779 + d1c69c9 commit 720aca9

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.3.1, 2.12.18, 2.13.12]
31+
scala: [3.3.1, 2.12.19, 2.13.12]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}
@@ -180,32 +180,32 @@ jobs:
180180
tar xf targets.tar
181181
rm targets.tar
182182
183-
- name: Download target directories (2.12.18, rootJS)
183+
- name: Download target directories (2.12.19, rootJS)
184184
uses: actions/download-artifact@v3
185185
with:
186-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS
186+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS
187187

188-
- name: Inflate target directories (2.12.18, rootJS)
188+
- name: Inflate target directories (2.12.19, rootJS)
189189
run: |
190190
tar xf targets.tar
191191
rm targets.tar
192192
193-
- name: Download target directories (2.12.18, rootJVM)
193+
- name: Download target directories (2.12.19, rootJVM)
194194
uses: actions/download-artifact@v3
195195
with:
196-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM
196+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
197197

198-
- name: Inflate target directories (2.12.18, rootJVM)
198+
- name: Inflate target directories (2.12.19, rootJVM)
199199
run: |
200200
tar xf targets.tar
201201
rm targets.tar
202202
203-
- name: Download target directories (2.12.18, rootNative)
203+
- name: Download target directories (2.12.19, rootNative)
204204
uses: actions/download-artifact@v3
205205
with:
206-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative
206+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative
207207

208-
- name: Inflate target directories (2.12.18, rootNative)
208+
- name: Inflate target directories (2.12.19, rootNative)
209209
run: |
210210
tar xf targets.tar
211211
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ThisBuild / tlBaseVersion := "1.5"
2020
ThisBuild / startYear := Some(2020)
2121
ThisBuild / developers += tlGitHubDev("djspiewak", "Daniel Spiewak")
2222

23-
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.18", "2.13.12")
23+
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.19", "2.13.12")
2424

2525
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.1")
2626

0 commit comments

Comments
 (0)