|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest] |
31 | | - scala: [3.1.0, 2.12.15, 2.13.8] |
| 31 | + scala: [3.1.3, 2.12.15, 2.13.8] |
32 | 32 | java: [temurin@8] |
33 | 33 | project: [rootJS, rootJVM] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -147,22 +147,22 @@ jobs: |
147 | 147 | ~/Library/Caches/Coursier/v1 |
148 | 148 | key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} |
149 | 149 |
|
150 | | - - name: Download target directories (3.1.0, rootJS) |
| 150 | + - name: Download target directories (3.1.3, rootJS) |
151 | 151 | uses: actions/download-artifact@v2 |
152 | 152 | with: |
153 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.0-rootJS |
| 153 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS |
154 | 154 |
|
155 | | - - name: Inflate target directories (3.1.0, rootJS) |
| 155 | + - name: Inflate target directories (3.1.3, rootJS) |
156 | 156 | run: | |
157 | 157 | tar xf targets.tar |
158 | 158 | rm targets.tar |
159 | 159 |
|
160 | | - - name: Download target directories (3.1.0, rootJVM) |
| 160 | + - name: Download target directories (3.1.3, rootJVM) |
161 | 161 | uses: actions/download-artifact@v2 |
162 | 162 | with: |
163 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.0-rootJVM |
| 163 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM |
164 | 164 |
|
165 | | - - name: Inflate target directories (3.1.0, rootJVM) |
| 165 | + - name: Inflate target directories (3.1.3, rootJVM) |
166 | 166 | run: | |
167 | 167 | tar xf targets.tar |
168 | 168 | rm targets.tar |
|
0 commit comments