Skip to content

Commit a718742

Browse files
authored
Merge pull request #333 from http4s/update/series/0.5/scala3-library-3.2.0
Update scala3-library to 3.2.0 in series/0.5
2 parents fece931 + 4dd47a9 commit a718742

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
scala: [2.13.9, 2.12.17, 3.1.3]
32+
scala: [2.13.9, 2.12.17, 3.2.0]
3333
java: [temurin@11]
3434
project: [rootJVM]
3535
runs-on: ${{ matrix.os }}
@@ -172,12 +172,12 @@ jobs:
172172
tar xf targets.tar
173173
rm targets.tar
174174
175-
- name: Download target directories (3.1.3, rootJVM)
175+
- name: Download target directories (3.2.0, rootJVM)
176176
uses: actions/download-artifact@v2
177177
with:
178-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM
178+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM
179179

180-
- name: Inflate target directories (3.1.3, rootJVM)
180+
- name: Inflate target directories (3.2.0, rootJVM)
181181
run: |
182182
tar xf targets.tar
183183
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inThisBuild(
1111
licenses := Seq(License.Apache2),
1212
tlBaseVersion := "0.5",
1313
tlSonatypeUseLegacyHost := false,
14-
crossScalaVersions := Seq(Scala213, Scala212, "3.1.3"),
14+
crossScalaVersions := Seq(Scala213, Scala212, "3.2.0"),
1515
ThisBuild / scalaVersion := Scala213,
1616
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
1717
)

0 commit comments

Comments
 (0)