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, windows-latest]
26- scala : [2.12.20, 2.13.16 , 3.3.6]
26+ scala : [2.12.20, 2.13.17 , 3.3.6]
2727 java : [temurin@8, temurin@21]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -150,12 +150,12 @@ jobs:
150150 tar xf targets.tar
151151 rm targets.tar
152152
153- - name : Download target directories (2.13.16 )
153+ - name : Download target directories (2.13.17 )
154154 uses : actions/download-artifact@v5
155155 with :
156- name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
156+ name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
157157
158- - name : Inflate target directories (2.13.16 )
158+ - name : Inflate target directories (2.13.17 )
159159 run : |
160160 tar xf targets.tar
161161 rm targets.tar
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport._
22import sbtghactions .windows
33
44val Scala2_12 = " 2.12.20"
5- val Scala2_13 = " 2.13.16 "
5+ val Scala2_13 = " 2.13.17 "
66val Scala3 = " 3.3.6"
77
88val isScala3 = Def .setting(scalaBinaryVersion.value == " 3" )
You can’t perform that action at this time.
0 commit comments