@@ -28,11 +28,11 @@ jobs:
2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest]
31- scala : [2.13.8, 2.12.15 , 3.0.2]
31+ scala : [2.13.8, 2.12.16 , 3.0.2]
3232 java : [temurin@8, temurin@11]
3333 project : [rootJS, rootJVM]
3434 exclude :
35- - scala : 2.12.15
35+ - scala : 2.12.16
3636 java : temurin@11
3737 - scala : 3.0.2
3838 java : temurin@11
@@ -216,22 +216,22 @@ jobs:
216216 tar xf targets.tar
217217 rm targets.tar
218218
219- - name : Download target directories (2.12.15 , rootJS)
219+ - name : Download target directories (2.12.16 , rootJS)
220220 uses : actions/download-artifact@v2
221221 with :
222- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15 -rootJS
222+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJS
223223
224- - name : Inflate target directories (2.12.15 , rootJS)
224+ - name : Inflate target directories (2.12.16 , rootJS)
225225 run : |
226226 tar xf targets.tar
227227 rm targets.tar
228228
229- - name : Download target directories (2.12.15 , rootJVM)
229+ - name : Download target directories (2.12.16 , rootJVM)
230230 uses : actions/download-artifact@v2
231231 with :
232- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15 -rootJVM
232+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJVM
233233
234- - name : Inflate target directories (2.12.15 , rootJVM)
234+ - name : Inflate target directories (2.12.16 , rootJVM)
235235 run : |
236236 tar xf targets.tar
237237 rm targets.tar
0 commit comments