|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest] |
31 | | - scala: [2.12.16, 2.13.8, 3.1.3] |
| 31 | + scala: [2.12.17, 2.13.8, 3.1.3] |
32 | 32 | java: [temurin@8] |
33 | 33 | project: [rootJS, rootJVM] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | strategy: |
111 | 111 | matrix: |
112 | 112 | os: [ubuntu-latest] |
113 | | - scala: [2.12.16] |
| 113 | + scala: [2.12.17] |
114 | 114 | java: [temurin@8] |
115 | 115 | runs-on: ${{ matrix.os }} |
116 | 116 | steps: |
@@ -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 (2.12.16, rootJS) |
| 150 | + - name: Download target directories (2.12.17, rootJS) |
151 | 151 | uses: actions/download-artifact@v2 |
152 | 152 | with: |
153 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS |
| 153 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS |
154 | 154 |
|
155 | | - - name: Inflate target directories (2.12.16, rootJS) |
| 155 | + - name: Inflate target directories (2.12.17, rootJS) |
156 | 156 | run: | |
157 | 157 | tar xf targets.tar |
158 | 158 | rm targets.tar |
159 | 159 |
|
160 | | - - name: Download target directories (2.12.16, rootJVM) |
| 160 | + - name: Download target directories (2.12.17, rootJVM) |
161 | 161 | uses: actions/download-artifact@v2 |
162 | 162 | with: |
163 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM |
| 163 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM |
164 | 164 |
|
165 | | - - name: Inflate target directories (2.12.16, rootJVM) |
| 165 | + - name: Inflate target directories (2.12.17, rootJVM) |
166 | 166 | run: | |
167 | 167 | tar xf targets.tar |
168 | 168 | rm targets.tar |
|
0 commit comments