@@ -28,12 +28,12 @@ jobs:
2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest]
31- scala : [2.12.15, 2.13.6, 3.1.1 ]
31+ scala : [2.12.15, 2.13.6, 3.3.7 ]
3232 java : [temurin@8]
3333 project : [rootJS, rootJVM, rootNative]
3434 exclude :
3535 - project : rootNative
36- scala : 3.1.1
36+ scala : 3.3.7
3737 runs-on : ${{ matrix.os }}
3838 steps :
3939 - name : Checkout current branch (full)
@@ -113,7 +113,7 @@ jobs:
113113 strategy :
114114 matrix :
115115 os : [ubuntu-latest]
116- scala : [3.1.1 ]
116+ scala : [3.3.7 ]
117117 java : [temurin@8]
118118 runs-on : ${{ matrix.os }}
119119 steps :
@@ -210,22 +210,22 @@ jobs:
210210 tar xf targets.tar
211211 rm targets.tar
212212
213- - name : Download target directories (3.1.1 , rootJS)
213+ - name : Download target directories (3.3.7 , rootJS)
214214 uses : actions/download-artifact@v2
215215 with :
216- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.1 -rootJS
216+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7 -rootJS
217217
218- - name : Inflate target directories (3.1.1 , rootJS)
218+ - name : Inflate target directories (3.3.7 , rootJS)
219219 run : |
220220 tar xf targets.tar
221221 rm targets.tar
222222
223- - name : Download target directories (3.1.1 , rootJVM)
223+ - name : Download target directories (3.3.7 , rootJVM)
224224 uses : actions/download-artifact@v2
225225 with :
226- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.1 -rootJVM
226+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7 -rootJVM
227227
228- - name : Inflate target directories (3.1.1 , rootJVM)
228+ - name : Inflate target directories (3.3.7 , rootJVM)
229229 run : |
230230 tar xf targets.tar
231231 rm targets.tar
0 commit comments