Skip to content

Commit 5949083

Browse files
authored
Merge pull request #12 from typelevel/update/scala3-library-3.2.0
Update scala3-library, ... to 3.2.0
2 parents 47d067a + ab9d609 commit 5949083

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.17, 2.13.9, 3.1.3]
31+
scala: [2.12.17, 2.13.9, 3.2.0]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -187,22 +187,22 @@ jobs:
187187
tar xf targets.tar
188188
rm targets.tar
189189
190-
- name: Download target directories (3.1.3, rootJS)
190+
- name: Download target directories (3.2.0, rootJS)
191191
uses: actions/download-artifact@v2
192192
with:
193-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS
193+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJS
194194

195-
- name: Inflate target directories (3.1.3, rootJS)
195+
- name: Inflate target directories (3.2.0, rootJS)
196196
run: |
197197
tar xf targets.tar
198198
rm targets.tar
199199
200-
- name: Download target directories (3.1.3, rootJVM)
200+
- name: Download target directories (3.2.0, rootJVM)
201201
uses: actions/download-artifact@v2
202202
with:
203-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM
203+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM
204204

205-
- name: Inflate target directories (3.1.3, rootJVM)
205+
- name: Inflate target directories (3.2.0, rootJVM)
206206
run: |
207207
tar xf targets.tar
208208
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1414

1515
val Scala212 = "2.12.17"
1616
val Scala213 = "2.13.9"
17-
val Scala3 = "3.1.3"
17+
val Scala3 = "3.2.0"
1818

1919
ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x
2020

0 commit comments

Comments
 (0)