File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- scala : [2.12.14, 2.13.6, 3.0.1 ]
29+ scala : [2.12.14, 2.13.6, 3.0.2 ]
3030 java : [adopt@1.8]
3131 runs-on : ${{ matrix.os }}
3232 steps :
@@ -131,12 +131,12 @@ jobs:
131131 tar xf targets.tar
132132 rm targets.tar
133133
134- - name : Download target directories (3.0.1 )
134+ - name : Download target directories (3.0.2 )
135135 uses : actions/download-artifact@v2
136136 with :
137- name : target-${{ matrix.os }}-3.0.1 -${{ matrix.java }}
137+ name : target-${{ matrix.os }}-3.0.2 -${{ matrix.java }}
138138
139- - name : Inflate target directories (3.0.1 )
139+ - name : Inflate target directories (3.0.2 )
140140 run : |
141141 tar xf targets.tar
142142 rm targets.tar
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ inThisBuild(
145145 publishGithubUser := " rossabaker" ,
146146 publishFullName := " Ross A. Baker" ,
147147 baseVersion := " 1.1" ,
148- crossScalaVersions := Seq (" 2.12.14" , Scala213 , " 3.0.1 " ),
148+ crossScalaVersions := Seq (" 2.12.14" , Scala213 , " 3.0.2 " ),
149149 scalaVersion := crossScalaVersions.value.filter(_.startsWith(" 2." )).last,
150150 versionIntroduced := Map (
151151 " 3.0.0-RC1" -> " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments