File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
os : [ubuntu-latest]
29
- scala : [3.1.1-RC1-bin-20211014-af9594d-NIGHTLY ]
29
+ scala : [3.1.1-RC1]
30
30
31
31
runs-on : ${{ matrix.os }}
32
32
steps :
73
73
strategy :
74
74
matrix :
75
75
os : [ubuntu-latest]
76
- scala : [3.1.1-RC1-bin-20211014-af9594d-NIGHTLY ]
76
+ scala : [3.1.1-RC1]
77
77
78
78
runs-on : ${{ matrix.os }}
79
79
steps :
@@ -99,12 +99,12 @@ jobs:
99
99
~/Library/Caches/Coursier/v1
100
100
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
101
101
102
- - name : Download target directories (3.1.1-RC1-bin-20211014-af9594d-NIGHTLY )
102
+ - name : Download target directories (3.1.1-RC1)
103
103
uses : actions/download-artifact@v2
104
104
with :
105
- name : target-${{ matrix.os }}-3.1.1-RC1-bin-20211014-af9594d-NIGHTLY- ${{ matrix.java }}
105
+ name : target-${{ matrix.os }}-3.1.1-RC1-${{ matrix.java }}
106
106
107
- - name : Inflate target directories (3.1.1-RC1-bin-20211014-af9594d-NIGHTLY )
107
+ - name : Inflate target directories (3.1.1-RC1)
108
108
run : |
109
109
tar xf targets.tar
110
110
rm targets.tar
Original file line number Diff line number Diff line change 1
1
-Xmx4G
2
+ -XX:+UseG1GC
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sonatypeCredentialHost := "s01.oss.sonatype.org"
17
17
18
18
addCommandAlias(" prePR" , " ; root/clean; +root/scalafmtAll; scalafmtSbt; +root/headerCreate" )
19
19
20
- val Scala3 = " 3.1.1-RC1-bin-20211014-af9594d-NIGHTLY "
20
+ val Scala3 = " 3.1.1-RC1"
21
21
ThisBuild / crossScalaVersions := Seq (Scala3 )
22
22
23
23
val AlgebraVersion = " 2.2.3"
You can’t perform that action at this time.
0 commit comments