Skip to content

Commit c3d3914

Browse files
authored
Merge pull request #355 from scala-steward/update/scala-library-2.12.18
Update scala-library to 2.12.18
2 parents ba6c9fa + f6e6390 commit c3d3914

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 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.10, 3.2.2]
31+
scala: [2.12.18, 2.13.10, 3.2.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.17, rootJS)
154+
- name: Download target directories (2.12.18, rootJS)
155155
uses: actions/download-artifact@v3
156156
with:
157-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
157+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS
158158

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

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

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import com.typesafe.tools.mima.core._
22

3-
val scala212 = "2.12.17"
3+
val scala212 = "2.12.18"
44
val scala213 = "2.13.10"
55
val scala3 = "3.2.2"
66

0 commit comments

Comments
 (0)