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.17 ]
26
+ scala : [2.12.18 ]
27
27
java : [temurin@11]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
62
62
strategy :
63
63
matrix :
64
64
os : [ubuntu-latest]
65
- scala : [2.12.17 ]
65
+ scala : [2.12.18 ]
66
66
java : [temurin@11]
67
67
runs-on : ${{ matrix.os }}
68
68
steps :
@@ -79,12 +79,12 @@ jobs:
79
79
java-version : 11
80
80
cache : sbt
81
81
82
- - name : Download target directories (2.12.17 )
82
+ - name : Download target directories (2.12.18 )
83
83
uses : actions/download-artifact@v3
84
84
with :
85
- name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
85
+ name : target-${{ matrix.os }}-2.12.18 -${{ matrix.java }}
86
86
87
- - name : Inflate target directories (2.12.17 )
87
+ - name : Inflate target directories (2.12.18 )
88
88
run : |
89
89
tar xf targets.tar
90
90
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.17 "
3
+ ThisBuild / scalaVersion := " 2.12.18 "
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