Skip to content

Commit b652440

Browse files
authored
Merge pull request #552 from typelevel/update/series/1.x/scala3-library-3.3.3
Update scala3-library, ... to 3.3.3 in series/1.x
2 parents 720aca9 + 71ce939 commit b652440

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.19, 2.13.12]
31+
scala: [3.3.3, 2.12.19, 2.13.12]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}
@@ -150,32 +150,32 @@ jobs:
150150
~/Library/Caches/Coursier/v1
151151
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
152152

153-
- name: Download target directories (3.3.1, rootJS)
153+
- name: Download target directories (3.3.3, rootJS)
154154
uses: actions/download-artifact@v3
155155
with:
156-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJS
156+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS
157157

158-
- name: Inflate target directories (3.3.1, rootJS)
158+
- name: Inflate target directories (3.3.3, rootJS)
159159
run: |
160160
tar xf targets.tar
161161
rm targets.tar
162162
163-
- name: Download target directories (3.3.1, rootJVM)
163+
- name: Download target directories (3.3.3, rootJVM)
164164
uses: actions/download-artifact@v3
165165
with:
166-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJVM
166+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM
167167

168-
- name: Inflate target directories (3.3.1, rootJVM)
168+
- name: Inflate target directories (3.3.3, rootJVM)
169169
run: |
170170
tar xf targets.tar
171171
rm targets.tar
172172
173-
- name: Download target directories (3.3.1, rootNative)
173+
- name: Download target directories (3.3.3, rootNative)
174174
uses: actions/download-artifact@v3
175175
with:
176-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootNative
176+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative
177177

178-
- name: Inflate target directories (3.3.1, rootNative)
178+
- name: Inflate target directories (3.3.3, rootNative)
179179
run: |
180180
tar xf targets.tar
181181
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.19", "2.13.12")
23+
ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", "2.13.12")
2424

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

0 commit comments

Comments
 (0)