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 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest, macos-latest, windows-latest]
26
- scala : [2.12.18 ]
26
+ scala : [2.12.19 ]
27
27
java : [temurin@8, temurin@11, temurin@17, temurin@21]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -101,7 +101,7 @@ jobs:
101
101
strategy :
102
102
matrix :
103
103
os : [ubuntu-latest]
104
- scala : [2.12.18 ]
104
+ scala : [2.12.19 ]
105
105
java : [temurin@8]
106
106
runs-on : ${{ matrix.os }}
107
107
steps :
@@ -154,12 +154,12 @@ jobs:
154
154
java-version : 21
155
155
cache : sbt
156
156
157
- - name : Download target directories (2.12.18 )
157
+ - name : Download target directories (2.12.19 )
158
158
uses : actions/download-artifact@v4
159
159
with :
160
- name : target-${{ matrix.os }}-2.12.18 -${{ matrix.java }}
160
+ name : target-${{ matrix.os }}-2.12.19 -${{ matrix.java }}
161
161
162
- - name : Inflate target directories (2.12.18 )
162
+ - name : Inflate target directories (2.12.19 )
163
163
run : |
164
164
tar xf targets.tar
165
165
rm targets.tar
Original file line number Diff line number Diff line change 1
- lazy val scala212 = " 2.12.18 "
1
+ lazy val scala212 = " 2.12.19 "
2
2
ThisBuild / crossScalaVersions := Seq (scala212)
3
3
ThisBuild / scalaVersion := scala212
4
4
ThisBuild / dynverSonatypeSnapshots := true
You can’t perform that action at this time.
0 commit comments