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]
26
- scala : [2.12.18 ]
26
+ scala : [2.12.20 ]
27
27
java : [temurin@11]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
61
61
strategy :
62
62
matrix :
63
63
os : [ubuntu-latest]
64
- scala : [2.12.18 ]
64
+ scala : [2.12.20 ]
65
65
java : [temurin@11]
66
66
runs-on : ${{ matrix.os }}
67
67
steps :
@@ -78,12 +78,12 @@ jobs:
78
78
java-version : 11
79
79
cache : sbt
80
80
81
- - name : Download target directories (2.12.18 )
81
+ - name : Download target directories (2.12.20 )
82
82
uses : actions/download-artifact@v4
83
83
with :
84
- name : target-${{ matrix.os }}-2.12.18 -${{ matrix.java }}
84
+ name : target-${{ matrix.os }}-2.12.20 -${{ matrix.java }}
85
85
86
- - name : Inflate target directories (2.12.18 )
86
+ - name : Inflate target directories (2.12.20 )
87
87
run : |
88
88
tar xf targets.tar
89
89
rm targets.tar
Original file line number Diff line number Diff line change 1
1
import scala .collection .JavaConverters ._
2
2
3
- ThisBuild / scalaVersion := " 2.12.18 "
3
+ ThisBuild / scalaVersion := " 2.12.20 "
4
4
5
5
sbtPlugin := true
6
6
crossSbtVersions := List (" 1.4.9" )
You can’t perform that action at this time.
0 commit comments