Skip to content

Commit bb9e392

Browse files
authored
Merge pull request #20 from typelevel/update/scala-library-2.13.10
Update scala-library to 2.13.10
2 parents 507aebb + d799e18 commit bb9e392

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.2.0]
31+
scala: [2.12.17, 2.13.10, 3.2.0]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -167,22 +167,22 @@ jobs:
167167
tar xf targets.tar
168168
rm targets.tar
169169
170-
- name: Download target directories (2.13.9, rootJS)
170+
- name: Download target directories (2.13.10, rootJS)
171171
uses: actions/download-artifact@v2
172172
with:
173-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS
173+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
174174

175-
- name: Inflate target directories (2.13.9, rootJS)
175+
- name: Inflate target directories (2.13.10, rootJS)
176176
run: |
177177
tar xf targets.tar
178178
rm targets.tar
179179
180-
- name: Download target directories (2.13.9, rootJVM)
180+
- name: Download target directories (2.13.10, rootJVM)
181181
uses: actions/download-artifact@v2
182182
with:
183-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM
183+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
184184

185-
- name: Inflate target directories (2.13.9, rootJVM)
185+
- name: Inflate target directories (2.13.10, rootJVM)
186186
run: |
187187
tar xf targets.tar
188188
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
1313
ThisBuild / tlSonatypeUseLegacyHost := false
1414

1515
val Scala212 = "2.12.17"
16-
val Scala213 = "2.13.9"
16+
val Scala213 = "2.13.10"
1717
val Scala3 = "3.2.0"
1818

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

0 commit comments

Comments
 (0)