@@ -28,11 +28,11 @@ jobs:
28
28
strategy :
29
29
matrix :
30
30
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]
32
32
java : [temurin@8, temurin@17]
33
33
project : [rootJS, rootJVM, rootNative]
34
34
exclude :
35
- - scala : 2.12.17
35
+ - scala : 2.12.18
36
36
java : temurin@17
37
37
- scala : 3.3.0
38
38
java : temurin@17
@@ -191,32 +191,32 @@ jobs:
191
191
~/Library/Caches/Coursier/v1
192
192
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
193
193
194
- - name : Download target directories (2.12.17 , rootJS)
194
+ - name : Download target directories (2.12.18 , rootJS)
195
195
uses : actions/download-artifact@v3
196
196
with :
197
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS
197
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJS
198
198
199
- - name : Inflate target directories (2.12.17 , rootJS)
199
+ - name : Inflate target directories (2.12.18 , rootJS)
200
200
run : |
201
201
tar xf targets.tar
202
202
rm targets.tar
203
203
204
- - name : Download target directories (2.12.17 , rootJVM)
204
+ - name : Download target directories (2.12.18 , rootJVM)
205
205
uses : actions/download-artifact@v3
206
206
with :
207
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM
207
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJVM
208
208
209
- - name : Inflate target directories (2.12.17 , rootJVM)
209
+ - name : Inflate target directories (2.12.18 , rootJVM)
210
210
run : |
211
211
tar xf targets.tar
212
212
rm targets.tar
213
213
214
- - name : Download target directories (2.12.17 , rootNative)
214
+ - name : Download target directories (2.12.18 , rootNative)
215
215
uses : actions/download-artifact@v3
216
216
with :
217
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative
217
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootNative
218
218
219
- - name : Inflate target directories (2.12.17 , rootNative)
219
+ - name : Inflate target directories (2.12.18 , rootNative)
220
220
run : |
221
221
tar xf targets.tar
222
222
rm targets.tar
0 commit comments