File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 fail-fast : false
3030 matrix :
3131 os : [ubuntu-latest]
32- scala : [2.12.17, 2.13.8 , 3.2.1]
32+ scala : [2.12.17, 2.13.10 , 3.2.1]
3333 java : [temurin@8, temurin@11, temurin@17]
3434 exclude :
3535 - scala : 2.12.17
@@ -155,7 +155,7 @@ jobs:
155155 strategy :
156156 matrix :
157157 os : [ubuntu-latest]
158- scala : [2.13.8 ]
158+ scala : [2.13.10 ]
159159 java : [temurin@8]
160160 runs-on : ${{ matrix.os }}
161161 steps :
@@ -234,12 +234,12 @@ jobs:
234234 tar xf targets.tar
235235 rm targets.tar
236236
237- - name : Download target directories (2.13.8 )
237+ - name : Download target directories (2.13.10 )
238238 uses : actions/download-artifact@v2
239239 with :
240- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8
240+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.10
241241
242- - name : Inflate target directories (2.13.8 )
242+ - name : Inflate target directories (2.13.10 )
243243 run : |
244244 tar xf targets.tar
245245 rm targets.tar
@@ -273,7 +273,7 @@ jobs:
273273 strategy :
274274 matrix :
275275 os : [ubuntu-latest]
276- scala : [2.13.8 ]
276+ scala : [2.13.10 ]
277277 java : [temurin@8]
278278 runs-on : ${{ matrix.os }}
279279 steps :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ThisBuild / developers := List(
55ThisBuild / startYear := Some (2014 )
66
77val Scala212 = " 2.12.17"
8- val Scala213 = " 2.13.8 "
8+ val Scala213 = " 2.13.10 "
99ThisBuild / crossScalaVersions := Seq (Scala212 , Scala213 , " 3.2.1" )
1010ThisBuild / scalaVersion := Scala213
1111ThisBuild / tlSkipIrrelevantScalas := true
You can’t perform that action at this time.
0 commit comments