Skip to content

Commit feaec61

Browse files
authored
Merge pull request #416 from typelevel/update/scala-library-2.12.18
Update scala-library to 2.12.18
2 parents 002654d + e75d07f commit feaec61

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-22.04]
31-
scala: [2.12.17, 3.3.0, 2.13.11]
31+
scala: [2.12.18, 3.3.0, 2.13.11]
3232
java: [temurin@8, temurin@17]
3333
project: [rootJS, rootJVM, rootNative]
3434
exclude:
35-
- scala: 2.12.17
35+
- scala: 2.12.18
3636
java: temurin@17
3737
- scala: 3.3.0
3838
java: temurin@17
@@ -191,32 +191,32 @@ jobs:
191191
~/Library/Caches/Coursier/v1
192192
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
193193

194-
- name: Download target directories (2.12.17, rootJS)
194+
- name: Download target directories (2.12.18, rootJS)
195195
uses: actions/download-artifact@v3
196196
with:
197-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
197+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS
198198

199-
- name: Inflate target directories (2.12.17, rootJS)
199+
- name: Inflate target directories (2.12.18, rootJS)
200200
run: |
201201
tar xf targets.tar
202202
rm targets.tar
203203
204-
- name: Download target directories (2.12.17, rootJVM)
204+
- name: Download target directories (2.12.18, rootJVM)
205205
uses: actions/download-artifact@v3
206206
with:
207-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
207+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM
208208

209-
- name: Inflate target directories (2.12.17, rootJVM)
209+
- name: Inflate target directories (2.12.18, rootJVM)
210210
run: |
211211
tar xf targets.tar
212212
rm targets.tar
213213
214-
- name: Download target directories (2.12.17, rootNative)
214+
- name: Download target directories (2.12.18, rootNative)
215215
uses: actions/download-artifact@v3
216216
with:
217-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
217+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative
218218

219-
- name: Inflate target directories (2.12.17, rootNative)
219+
- name: Inflate target directories (2.12.18, rootNative)
220220
run: |
221221
tar xf targets.tar
222222
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val Scala212 = "2.12.17"
1+
val Scala212 = "2.12.18"
22
val Scala213 = "2.13.11"
33
val Scala3 = "3.3.0"
44

0 commit comments

Comments
 (0)