File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.13.13, 2.12.19, 3.3.1 ]
26+ scala : [2.13.13, 2.12.19, 3.3.3 ]
2727 java : [zulu@8, zulu@11, zulu@17]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -130,12 +130,12 @@ jobs:
130130 tar xf targets.tar
131131 rm targets.tar
132132
133- - name : Download target directories (3.3.1 )
133+ - name : Download target directories (3.3.3 )
134134 uses : actions/download-artifact@v4
135135 with :
136- name : target-${{ matrix.os }}-3.3.1 -${{ matrix.java }}
136+ name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
137137
138- - name : Inflate target directories (3.3.1 )
138+ - name : Inflate target directories (3.3.3 )
139139 run : |
140140 tar xf targets.tar
141141 rm targets.tar
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ val slf4jVersion = "2.0.12"
1313val scala213 = " 2.13.13"
1414
1515ThisBuild / scalaVersion := scala213
16- ThisBuild / crossScalaVersions := Seq (scala213, " 2.12.19" , " 3.3.1 " )
16+ ThisBuild / crossScalaVersions := Seq (scala213, " 2.12.19" , " 3.3.3 " )
1717
1818update / checksums := Nil
1919
You can’t perform that action at this time.
0 commit comments