Skip to content

Commit 8236d98

Browse files
authored
Merge pull request #341 from typelevel/update/scala-library-2.12.16
Update scala-library to 2.12.16
2 parents 772eec8 + 0055f3b commit 8236d98

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

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

154-
- name: Download target directories (2.12.15, rootJS)
154+
- name: Download target directories (2.12.16, rootJS)
155155
uses: actions/download-artifact@v2
156156
with:
157-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS
157+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS
158158

159-
- name: Inflate target directories (2.12.15, rootJS)
159+
- name: Inflate target directories (2.12.16, rootJS)
160160
run: |
161161
tar xf targets.tar
162162
rm targets.tar
163163
164-
- name: Download target directories (2.12.15, rootJVM)
164+
- name: Download target directories (2.12.16, rootJVM)
165165
uses: actions/download-artifact@v2
166166
with:
167-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
167+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
168168

169-
- name: Inflate target directories (2.12.15, rootJVM)
169+
- name: Inflate target directories (2.12.16, rootJVM)
170170
run: |
171171
tar xf targets.tar
172172
rm targets.tar
173173
174-
- name: Download target directories (2.12.15, rootNative)
174+
- name: Download target directories (2.12.16, rootNative)
175175
uses: actions/download-artifact@v2
176176
with:
177-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootNative
177+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative
178178

179-
- name: Inflate target directories (2.12.15, rootNative)
179+
- name: Inflate target directories (2.12.16, rootNative)
180180
run: |
181181
tar xf targets.tar
182182
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ThisBuild / developers := List(
44
tlGitHubDev("larsrh", "Lars Hupel")
55
)
66

7-
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2")
7+
ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.2")
88
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.5")
99

1010
ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))

0 commit comments

Comments
 (0)