Skip to content

Commit 9532496

Browse files
authored
Merge pull request #84 from http4s/update/scala3-library-3.3.0
Update scala3-library, ... to 3.3.0
2 parents 531e1e2 + eb14e12 commit 9532496

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.12.17, 3.2.2, 2.13.10]
32+
scala: [2.12.17, 3.3.0, 2.13.10]
3333
java: [temurin@8, temurin@11]
3434
project: [rootJS, rootJVM, rootNative]
3535
sjsStage: [FastOptStage, FullOptStage]
3636
exclude:
3737
- scala: 2.12.17
3838
java: temurin@11
39-
- scala: 3.2.2
39+
- scala: 3.3.0
4040
java: temurin@11
4141
- project: rootJS
4242
java: temurin@11
@@ -236,32 +236,32 @@ jobs:
236236
tar xf targets.tar
237237
rm targets.tar
238238
239-
- name: Download target directories (3.2.2, rootJS, FastOptStage)
239+
- name: Download target directories (3.3.0, rootJS, FastOptStage)
240240
uses: actions/download-artifact@v3
241241
with:
242-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS-FastOptStage
242+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJS-FastOptStage
243243

244-
- name: Inflate target directories (3.2.2, rootJS, FastOptStage)
244+
- name: Inflate target directories (3.3.0, rootJS, FastOptStage)
245245
run: |
246246
tar xf targets.tar
247247
rm targets.tar
248248
249-
- name: Download target directories (3.2.2, rootJVM, FastOptStage)
249+
- name: Download target directories (3.3.0, rootJVM, FastOptStage)
250250
uses: actions/download-artifact@v3
251251
with:
252-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM-FastOptStage
252+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM-FastOptStage
253253

254-
- name: Inflate target directories (3.2.2, rootJVM, FastOptStage)
254+
- name: Inflate target directories (3.3.0, rootJVM, FastOptStage)
255255
run: |
256256
tar xf targets.tar
257257
rm targets.tar
258258
259-
- name: Download target directories (3.2.2, rootNative, FastOptStage)
259+
- name: Download target directories (3.3.0, rootNative, FastOptStage)
260260
uses: actions/download-artifact@v3
261261
with:
262-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative-FastOptStage
262+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootNative-FastOptStage
263263

264-
- name: Inflate target directories (3.2.2, rootNative, FastOptStage)
264+
- name: Inflate target directories (3.3.0, rootNative, FastOptStage)
265265
run: |
266266
tar xf targets.tar
267267
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ThisBuild / startYear := Some(2022)
33
ThisBuild / developers += tlGitHubDev("armanbilge", "Arman Bilge")
44
ThisBuild / tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.0.3").toMap
55

6-
ThisBuild / crossScalaVersions := Seq("2.12.17", "3.2.2", "2.13.10")
6+
ThisBuild / crossScalaVersions := Seq("2.12.17", "3.3.0", "2.13.10")
77

88
ThisBuild / tlFatalWarningsInCi := false
99

0 commit comments

Comments
 (0)