File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
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.16, 2. 13.8, 3.2.1]
32+ scala : [2.13.8, 3.2.1]
3333 java : [temurin@8, temurin@11, temurin@17]
3434 exclude :
35- - scala : 2.12.16
36- java : temurin@11
37- - scala : 2.12.16
38- java : temurin@17
3935 - scala : 3.2.1
4036 java : temurin@11
4137 - scala : 3.2.1
@@ -224,16 +220,6 @@ jobs:
224220 ~/Library/Caches/Coursier/v1
225221 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
226222
227- - name : Download target directories (2.12.16)
228- uses : actions/download-artifact@v2
229- with :
230- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16
231-
232- - name : Inflate target directories (2.12.16)
233- run : |
234- tar xf targets.tar
235- rm targets.tar
236-
237223 - name : Download target directories (2.13.8)
238224 uses : actions/download-artifact@v2
239225 with :
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ ThisBuild / developers := List(
44)
55ThisBuild / startYear := Some (2014 )
66
7- val Scala212 = " 2.12.16"
87val Scala213 = " 2.13.8"
9- ThisBuild / crossScalaVersions := Seq (Scala212 , Scala213 , " 3.2.1" )
8+ ThisBuild / crossScalaVersions := Seq (Scala213 , " 3.2.1" )
109ThisBuild / scalaVersion := Scala213
1110
1211lazy val root = project.in(file(" ." )).aggregate(scalaXml2).enablePlugins(NoPublishPlugin )
You can’t perform that action at this time.
0 commit comments