File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
os : [ubuntu-latest]
25
- scala : [2.12.16 ]
25
+ scala : [2.12.17 ]
26
26
java : [temurin@11]
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
72
72
strategy :
73
73
matrix :
74
74
os : [ubuntu-latest]
75
- scala : [2.12.16 ]
75
+ scala : [2.12.17 ]
76
76
java : [temurin@11]
77
77
runs-on : ${{ matrix.os }}
78
78
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
You can’t perform that action at this time.
0 commit comments