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.15 ]
26
+ scala : [2.12.17 ]
27
27
java : [temurin@8]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
73
73
strategy :
74
74
matrix :
75
75
os : [ubuntu-latest]
76
- scala : [2.12.15 ]
76
+ scala : [2.12.17 ]
77
77
java : [temurin@8]
78
78
runs-on : ${{ matrix.os }}
79
79
steps :
@@ -101,12 +101,12 @@ jobs:
101
101
~/Library/Caches/Coursier/v1
102
102
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
103
103
104
- - name : Download target directories (2.12.15 )
104
+ - name : Download target directories (2.12.17 )
105
105
uses : actions/download-artifact@v2
106
106
with :
107
- name : target-${{ matrix.os }}-2.12.15 -${{ matrix.java }}
107
+ name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
108
108
109
- - name : Inflate target directories (2.12.15 )
109
+ - name : Inflate target directories (2.12.17 )
110
110
run : |
111
111
tar xf targets.tar
112
112
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.15 "
3
+ ThisBuild / scalaVersion := " 2.12.17 "
4
4
5
5
sbtPlugin := true
6
6
crossSbtVersions := List (" 1.0.0" )
You can’t perform that action at this time.
0 commit comments