File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.12.18 ]
26+ scala : [2.12.20 ]
2727 java : [temurin@11]
2828 runs-on : ${{ matrix.os }}
2929 steps :
6161 strategy :
6262 matrix :
6363 os : [ubuntu-latest]
64- scala : [2.12.18 ]
64+ scala : [2.12.20 ]
6565 java : [temurin@11]
6666 runs-on : ${{ matrix.os }}
6767 steps :
@@ -78,12 +78,12 @@ jobs:
7878 java-version : 11
7979 cache : sbt
8080
81- - name : Download target directories (2.12.18 )
81+ - name : Download target directories (2.12.20 )
8282 uses : actions/download-artifact@v4
8383 with :
84- name : target-${{ matrix.os }}-2.12.18 -${{ matrix.java }}
84+ name : target-${{ matrix.os }}-2.12.20 -${{ matrix.java }}
8585
86- - name : Inflate target directories (2.12.18 )
86+ - name : Inflate target directories (2.12.20 )
8787 run : |
8888 tar xf targets.tar
8989 rm targets.tar
Original file line number Diff line number Diff line change 11import scala .collection .JavaConverters ._
22
3- ThisBuild / scalaVersion := " 2.12.18 "
3+ ThisBuild / scalaVersion := " 2.12.20 "
44
55sbtPlugin := true
66crossSbtVersions := List (" 1.4.9" )
You can’t perform that action at this time.
0 commit comments