File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest]
31- scala : [2.12.17, 2.13.9, 3.1.3 ]
31+ scala : [2.12.17, 2.13.9, 3.2.0 ]
3232 java : [temurin@8]
3333 project : [rootJS, rootJVM]
3434 runs-on : ${{ matrix.os }}
@@ -187,22 +187,22 @@ jobs:
187187 tar xf targets.tar
188188 rm targets.tar
189189
190- - name : Download target directories (3.1.3 , rootJS)
190+ - name : Download target directories (3.2.0 , rootJS)
191191 uses : actions/download-artifact@v2
192192 with :
193- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 -rootJS
193+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 -rootJS
194194
195- - name : Inflate target directories (3.1.3 , rootJS)
195+ - name : Inflate target directories (3.2.0 , rootJS)
196196 run : |
197197 tar xf targets.tar
198198 rm targets.tar
199199
200- - name : Download target directories (3.1.3 , rootJVM)
200+ - name : Download target directories (3.2.0 , rootJVM)
201201 uses : actions/download-artifact@v2
202202 with :
203- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 -rootJVM
203+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 -rootJVM
204204
205- - name : Inflate target directories (3.1.3 , rootJVM)
205+ - name : Inflate target directories (3.2.0 , rootJVM)
206206 run : |
207207 tar xf targets.tar
208208 rm targets.tar
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1414
1515val Scala212 = " 2.12.17"
1616val Scala213 = " 2.13.9"
17- val Scala3 = " 3.1.3 "
17+ val Scala3 = " 3.2.0 "
1818
1919ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x
2020
You can’t perform that action at this time.
0 commit comments