This repository was archived by the owner on Oct 25, 2024. It is now read-only.
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 22
22
strategy :
23
23
matrix :
24
24
os : [ubuntu-latest]
25
- scala : [2.13.4 ]
25
+ scala : [2.13.5 ]
26
26
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
70
70
strategy :
71
71
matrix :
72
72
os : [ubuntu-latest]
73
- scala : [2.13.4 ]
73
+ scala : [2.13.5 ]
74
74
75
75
runs-on : ${{ matrix.os }}
76
76
steps :
@@ -96,12 +96,12 @@ jobs:
96
96
~/Library/Caches/Coursier/v1
97
97
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
98
98
99
- - name : Download target directories (2.13.4 )
99
+ - name : Download target directories (2.13.5 )
100
100
uses : actions/download-artifact@v2
101
101
with :
102
- name : target-${{ matrix.os }}-2.13.4 -${{ matrix.java }}
102
+ name : target-${{ matrix.os }}-2.13.5 -${{ matrix.java }}
103
103
104
- - name : Inflate target directories (2.13.4 )
104
+ - name : Inflate target directories (2.13.5 )
105
105
run : |
106
106
tar xf targets.tar
107
107
rm targets.tar
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inThisBuild(
21
21
22
22
val GraalVM11 = " [email protected] "
23
23
24
- val Scala213 = " 2.13.4 "
24
+ val Scala213 = " 2.13.5 "
25
25
ThisBuild / scalaVersion := Scala213
26
26
ThisBuild / crossScalaVersions := Seq (Scala213 )
27
27
ThisBuild / githubWorkflowJavaVersions := Seq (GraalVM11 )
You can’t perform that action at this time.
0 commit comments