File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
fail-fast : false
30
30
matrix :
31
31
os : [ubuntu-latest]
32
- scala : [2.13.8 , 2.12.17, 3.1.3]
32
+ scala : [2.13.9 , 2.12.17, 3.1.3]
33
33
java : [temurin@11]
34
34
project : [rootJVM]
35
35
runs-on : ${{ matrix.os }}
@@ -115,7 +115,7 @@ jobs:
115
115
strategy :
116
116
matrix :
117
117
os : [ubuntu-latest]
118
- scala : [2.13.8 ]
118
+ scala : [2.13.9 ]
119
119
java : [temurin@11]
120
120
runs-on : ${{ matrix.os }}
121
121
steps :
@@ -152,12 +152,12 @@ jobs:
152
152
~/Library/Caches/Coursier/v1
153
153
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
154
154
155
- - name : Download target directories (2.13.8 , rootJVM)
155
+ - name : Download target directories (2.13.9 , rootJVM)
156
156
uses : actions/download-artifact@v2
157
157
with :
158
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 -rootJVM
158
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.9 -rootJVM
159
159
160
- - name : Inflate target directories (2.13.8 , rootJVM)
160
+ - name : Inflate target directories (2.13.9 , rootJVM)
161
161
run : |
162
162
tar xf targets.tar
163
163
rm targets.tar
Original file line number Diff line number Diff line change 1
1
val Scala212 = " 2.12.17"
2
- val Scala213 = " 2.13.8 "
2
+ val Scala213 = " 2.13.9 "
3
3
4
4
inThisBuild(
5
5
Seq (
You can’t perform that action at this time.
0 commit comments