|
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | os: [ubuntu-latest]
|
31 |
| - scala: [2.12.15, 2.13.8, 3.1.2] |
| 31 | + scala: [2.12.16, 2.13.8, 3.1.2] |
32 | 32 | java: [temurin@8]
|
33 | 33 | project: [rootJS, rootJVM, rootNative]
|
34 | 34 | runs-on: ${{ matrix.os }}
|
@@ -151,32 +151,32 @@ jobs:
|
151 | 151 | ~/Library/Caches/Coursier/v1
|
152 | 152 | key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
153 | 153 |
|
154 |
| - - name: Download target directories (2.12.15, rootJS) |
| 154 | + - name: Download target directories (2.12.16, rootJS) |
155 | 155 | uses: actions/download-artifact@v2
|
156 | 156 | with:
|
157 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS |
| 157 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS |
158 | 158 |
|
159 |
| - - name: Inflate target directories (2.12.15, rootJS) |
| 159 | + - name: Inflate target directories (2.12.16, rootJS) |
160 | 160 | run: |
|
161 | 161 | tar xf targets.tar
|
162 | 162 | rm targets.tar
|
163 | 163 |
|
164 |
| - - name: Download target directories (2.12.15, rootJVM) |
| 164 | + - name: Download target directories (2.12.16, rootJVM) |
165 | 165 | uses: actions/download-artifact@v2
|
166 | 166 | with:
|
167 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM |
| 167 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM |
168 | 168 |
|
169 |
| - - name: Inflate target directories (2.12.15, rootJVM) |
| 169 | + - name: Inflate target directories (2.12.16, rootJVM) |
170 | 170 | run: |
|
171 | 171 | tar xf targets.tar
|
172 | 172 | rm targets.tar
|
173 | 173 |
|
174 |
| - - name: Download target directories (2.12.15, rootNative) |
| 174 | + - name: Download target directories (2.12.16, rootNative) |
175 | 175 | uses: actions/download-artifact@v2
|
176 | 176 | with:
|
177 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootNative |
| 177 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative |
178 | 178 |
|
179 |
| - - name: Inflate target directories (2.12.15, rootNative) |
| 179 | + - name: Inflate target directories (2.12.16, rootNative) |
180 | 180 | run: |
|
181 | 181 | tar xf targets.tar
|
182 | 182 | rm targets.tar
|
|
0 commit comments