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.20 , 2.13.18, 3.3.7]
29+ scala : [2.12.21 , 2.13.18, 3.3.7]
3030 java : [zulu@11]
3131 runs-on : ${{ matrix.os }}
3232 steps :
@@ -87,12 +87,12 @@ jobs:
8787 - name : Setup sbt
8888 uses : sbt/setup-sbt@v1
8989
90- - name : Download target directories (2.12.20 )
90+ - name : Download target directories (2.12.21 )
9191 uses : actions/download-artifact@v6
9292 with :
93- name : target-${{ matrix.os }}-2.12.20 -${{ matrix.java }}
93+ name : target-${{ matrix.os }}-2.12.21 -${{ matrix.java }}
9494
95- - name : Inflate target directories (2.12.20 )
95+ - name : Inflate target directories (2.12.21 )
9696 run : |
9797 tar xf targets.tar
9898 rm targets.tar
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inThisBuild(
2121
2222def crossPlugin (x : sbt.librarymanagement.ModuleID ) = compilerPlugin(x.cross(CrossVersion .full))
2323
24- val Scala212 = " 2.12.20 "
24+ val Scala212 = " 2.12.21 "
2525val Scala213 = " 2.13.18"
2626val Scala3 = " 3.3.7"
2727
You can’t perform that action at this time.
0 commit comments