Skip to content

Commit d02d6f1

Browse files
authored
Merge pull request #285 from http4s/update/series/0.24/scala3-library-3.3.3
Update scala3-library to 3.3.3 in series/0.24
2 parents 1b311f3 + ab722e9 commit d02d6f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.12.19, 2.13.11, 3.3.0]
32+
scala: [2.12.19, 2.13.11, 3.3.3]
3333
java: [temurin@11, temurin@17]
3434
project: [rootJVM]
3535
exclude:
3636
- scala: 2.12.19
3737
java: temurin@17
38-
- scala: 3.3.0
38+
- scala: 3.3.3
3939
java: temurin@17
4040
runs-on: ${{ matrix.os }}
4141
steps:
@@ -208,12 +208,12 @@ jobs:
208208
tar xf targets.tar
209209
rm targets.tar
210210
211-
- name: Download target directories (3.3.0, rootJVM)
211+
- name: Download target directories (3.3.3, rootJVM)
212212
uses: actions/download-artifact@v3
213213
with:
214-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM
214+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM
215215

216-
- name: Inflate target directories (3.3.0, rootJVM)
216+
- name: Inflate target directories (3.3.3, rootJVM)
217217
run: |
218218
tar xf targets.tar
219219
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ThisBuild / developers := List(
1111
ThisBuild / tlSitePublishBranch := Some("main")
1212

1313
val Scala213 = "2.13.11"
14-
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.0")
14+
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
1515
ThisBuild / scalaVersion := Scala213 // the default Scala
1616

1717
// Jetty 10+, for testing, requires Java 11.

0 commit comments

Comments
 (0)