File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
matrix :
29
29
os : [ubuntu-latest]
30
- scala : [2.12.16 , 2.13.10, 3.1.3]
30
+ scala : [2.12.17 , 2.13.10, 3.1.3]
31
31
32
32
runs-on : ${{ matrix.os }}
33
33
steps :
@@ -100,12 +100,12 @@ jobs:
100
100
~/Library/Caches/Coursier/v1
101
101
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
102
102
103
- - name : Download target directories (2.12.16 )
103
+ - name : Download target directories (2.12.17 )
104
104
uses : actions/download-artifact@v2
105
105
with :
106
- name : target-${{ matrix.os }}-2.12.16 -${{ matrix.java }}
106
+ name : target-${{ matrix.os }}-2.12.17 -${{ matrix.java }}
107
107
108
- - name : Inflate target directories (2.12.16 )
108
+ - name : Inflate target directories (2.12.17 )
109
109
run : |
110
110
tar xf targets.tar
111
111
rm targets.tar
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ inThisBuild(
31
31
32
32
def crossPlugin (x : sbt.librarymanagement.ModuleID ) = compilerPlugin(x.cross(CrossVersion .full))
33
33
34
- val Scala212 = " 2.12.16 "
34
+ val Scala212 = " 2.12.17 "
35
35
val Scala213 = " 2.13.10"
36
36
val Scala3 = " 3.1.3"
37
37
You can’t perform that action at this time.
0 commit comments