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, windows-latest]
26- scala : [2.12.20, 2.13.17, 3.3.6 ]
26+ scala : [2.12.20, 2.13.17, 3.3.7 ]
2727 java : [temurin@8, temurin@21]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -100,7 +100,7 @@ jobs:
100100 strategy :
101101 matrix :
102102 os : [ubuntu-latest]
103- scala : [3.3.6 ]
103+ scala : [3.3.7 ]
104104 java : [temurin@8]
105105 runs-on : ${{ matrix.os }}
106106 steps :
@@ -160,12 +160,12 @@ jobs:
160160 tar xf targets.tar
161161 rm targets.tar
162162
163- - name : Download target directories (3.3.6 )
163+ - name : Download target directories (3.3.7 )
164164 uses : actions/download-artifact@v5
165165 with :
166- name : target-${{ matrix.os }}-3.3.6 -${{ matrix.java }}
166+ name : target-${{ matrix.os }}-3.3.7 -${{ matrix.java }}
167167
168- - name : Inflate target directories (3.3.6 )
168+ - name : Inflate target directories (3.3.7 )
169169 run : |
170170 tar xf targets.tar
171171 rm targets.tar
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbtghactions.windows
33
44val Scala2_12 = " 2.12.20"
55val Scala2_13 = " 2.13.17"
6- val Scala3 = " 3.3.6 "
6+ val Scala3 = " 3.3.7 "
77
88val isScala3 = Def .setting(scalaBinaryVersion.value == " 3" )
99
You can’t perform that action at this time.
0 commit comments