Skip to content

Commit 4271587

Browse files
authored
Merge pull request #206 from typelevel/update/scala-library-2.12.16
2 parents ca6130d + ea309bf commit 4271587

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: [3.1.3, 2.12.15, 2.13.8]
31+
scala: [3.1.3, 2.12.16, 2.13.8]
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.12.15, rootJS)
170+
- name: Download target directories (2.12.16, rootJS)
171171
uses: actions/download-artifact@v2
172172
with:
173-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS
173+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS
174174

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

185-
- name: Inflate target directories (2.12.15, rootJVM)
185+
- name: Inflate target directories (2.12.16, 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
@@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "1.0"
33
ThisBuild / developers += tlGitHubDev("mpilquist", "Michael Pilquist")
44
ThisBuild / startYear := Some(2021)
55

6-
ThisBuild / crossScalaVersions := List("3.1.3", "2.12.15", "2.13.8")
6+
ThisBuild / crossScalaVersions := List("3.1.3", "2.12.16", "2.13.8")
77
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.2")
88

99
lazy val root = tlCrossRootProject.aggregate(core, munit)

0 commit comments

Comments
 (0)