Skip to content

Commit bf93799

Browse files
authored
Merge pull request #63 from http4s/update/series/0.25/scala3-library-3.2.1
Update scala3-library, ... to 3.2.1 in series/0.25
2 parents ce29be5 + 2728d5f commit bf93799

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.12.17, 2.13.10, 3.2.0]
32+
scala: [2.12.17, 2.13.10, 3.2.1]
3333
java: [temurin@8, temurin@11, temurin@17]
3434
project: [rootJS, rootJVM, rootNative]
3535
exclude:
3636
- scala: 2.12.17
3737
java: temurin@11
3838
- scala: 2.12.17
3939
java: temurin@17
40-
- scala: 3.2.0
40+
- scala: 3.2.1
4141
java: temurin@11
42-
- scala: 3.2.0
42+
- scala: 3.2.1
4343
java: temurin@17
4444
- project: rootJS
4545
java: temurin@11
@@ -301,32 +301,32 @@ jobs:
301301
tar xf targets.tar
302302
rm targets.tar
303303
304-
- name: Download target directories (3.2.0, rootJS)
304+
- name: Download target directories (3.2.1, rootJS)
305305
uses: actions/download-artifact@v2
306306
with:
307-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJS
307+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJS
308308

309-
- name: Inflate target directories (3.2.0, rootJS)
309+
- name: Inflate target directories (3.2.1, rootJS)
310310
run: |
311311
tar xf targets.tar
312312
rm targets.tar
313313
314-
- name: Download target directories (3.2.0, rootJVM)
314+
- name: Download target directories (3.2.1, rootJVM)
315315
uses: actions/download-artifact@v2
316316
with:
317-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM
317+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM
318318

319-
- name: Inflate target directories (3.2.0, rootJVM)
319+
- name: Inflate target directories (3.2.1, rootJVM)
320320
run: |
321321
tar xf targets.tar
322322
rm targets.tar
323323
324-
- name: Download target directories (3.2.0, rootNative)
324+
- name: Download target directories (3.2.1, rootNative)
325325
uses: actions/download-artifact@v2
326326
with:
327-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootNative
327+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative
328328

329-
- name: Inflate target directories (3.2.0, rootNative)
329+
- name: Inflate target directories (3.2.1, rootNative)
330330
run: |
331331
tar xf targets.tar
332332
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ThisBuild / developers := List(
44
)
55

66
val Scala213 = "2.13.10"
7-
ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.2.0")
7+
ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.2.1")
88
ThisBuild / scalaVersion := Scala213
99

1010
lazy val root = tlCrossRootProject.aggregate(scalatags)

0 commit comments

Comments
 (0)