File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
fail-fast : false
30
30
matrix :
31
31
os : [ubuntu-latest]
32
- scala : [2.13.9, 2.12.17, 3.1.3 ]
32
+ scala : [2.13.9, 2.12.17, 3.2.0 ]
33
33
java : [temurin@11]
34
34
project : [rootJVM]
35
35
runs-on : ${{ matrix.os }}
@@ -172,12 +172,12 @@ jobs:
172
172
tar xf targets.tar
173
173
rm targets.tar
174
174
175
- - name : Download target directories (3.1.3 , rootJVM)
175
+ - name : Download target directories (3.2.0 , rootJVM)
176
176
uses : actions/download-artifact@v2
177
177
with :
178
- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 -rootJVM
178
+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 -rootJVM
179
179
180
- - name : Inflate target directories (3.1.3 , rootJVM)
180
+ - name : Inflate target directories (3.2.0 , rootJVM)
181
181
run : |
182
182
tar xf targets.tar
183
183
rm targets.tar
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inThisBuild(
11
11
licenses := Seq (License .Apache2 ),
12
12
tlBaseVersion := " 0.5" ,
13
13
tlSonatypeUseLegacyHost := false ,
14
- crossScalaVersions := Seq (Scala213 , Scala212 , " 3.1.3 " ),
14
+ crossScalaVersions := Seq (Scala213 , Scala212 , " 3.2.0 " ),
15
15
ThisBuild / scalaVersion := Scala213 ,
16
16
githubWorkflowJavaVersions := Seq (JavaSpec .temurin(" 11" ))
17
17
)
You can’t perform that action at this time.
0 commit comments