@@ -29,17 +29,17 @@ jobs:
2929 fail-fast : false
3030 matrix :
3131 os : [ubuntu-latest]
32- scala : [2.12.17, 2.13.10, 3.2.0 ]
32+ scala : [2.12.17, 2.13.10, 3.2.1 ]
3333 java : [temurin@8, temurin@11, temurin@17]
3434 project : [rootJS, rootJVM, rootNative]
3535 exclude :
3636 - scala : 2.12.17
3737 java : temurin@11
3838 - scala : 2.12.17
3939 java : temurin@17
40- - scala : 3.2.0
40+ - scala : 3.2.1
4141 java : temurin@11
42- - scala : 3.2.0
42+ - scala : 3.2.1
4343 java : temurin@17
4444 - project : rootJS
4545 java : temurin@11
@@ -301,32 +301,32 @@ jobs:
301301 tar xf targets.tar
302302 rm targets.tar
303303
304- - name : Download target directories (3.2.0 , rootJS)
304+ - name : Download target directories (3.2.1 , rootJS)
305305 uses : actions/download-artifact@v2
306306 with :
307- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 -rootJS
307+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.1 -rootJS
308308
309- - name : Inflate target directories (3.2.0 , rootJS)
309+ - name : Inflate target directories (3.2.1 , rootJS)
310310 run : |
311311 tar xf targets.tar
312312 rm targets.tar
313313
314- - name : Download target directories (3.2.0 , rootJVM)
314+ - name : Download target directories (3.2.1 , rootJVM)
315315 uses : actions/download-artifact@v2
316316 with :
317- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 -rootJVM
317+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.1 -rootJVM
318318
319- - name : Inflate target directories (3.2.0 , rootJVM)
319+ - name : Inflate target directories (3.2.1 , rootJVM)
320320 run : |
321321 tar xf targets.tar
322322 rm targets.tar
323323
324- - name : Download target directories (3.2.0 , rootNative)
324+ - name : Download target directories (3.2.1 , rootNative)
325325 uses : actions/download-artifact@v2
326326 with :
327- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 -rootNative
327+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.1 -rootNative
328328
329- - name : Inflate target directories (3.2.0 , rootNative)
329+ - name : Inflate target directories (3.2.1 , rootNative)
330330 run : |
331331 tar xf targets.tar
332332 rm targets.tar
0 commit comments