Skip to content

Commit 48e93d2

Browse files
committed
Update scala to 3.1.1-RC1
1 parent 1f34ede commit 48e93d2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [3.1.1-RC1-bin-20211014-af9594d-NIGHTLY]
29+
scala: [3.1.1-RC1]
3030
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ubuntu-latest]
76-
scala: [3.1.1-RC1-bin-20211014-af9594d-NIGHTLY]
76+
scala: [3.1.1-RC1]
7777
7878
runs-on: ${{ matrix.os }}
7979
steps:
@@ -99,12 +99,12 @@ jobs:
9999
~/Library/Caches/Coursier/v1
100100
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
101101

102-
- name: Download target directories (3.1.1-RC1-bin-20211014-af9594d-NIGHTLY)
102+
- name: Download target directories (3.1.1-RC1)
103103
uses: actions/download-artifact@v2
104104
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 }}
106106

107-
- name: Inflate target directories (3.1.1-RC1-bin-20211014-af9594d-NIGHTLY)
107+
- name: Inflate target directories (3.1.1-RC1)
108108
run: |
109109
tar xf targets.tar
110110
rm targets.tar

.jvmopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
-Xmx4G
2+
-XX:+UseG1GC

.scala-steward.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sonatypeCredentialHost := "s01.oss.sonatype.org"
1717

1818
addCommandAlias("prePR", "; root/clean; +root/scalafmtAll; scalafmtSbt; +root/headerCreate")
1919

20-
val Scala3 = "3.1.1-RC1-bin-20211014-af9594d-NIGHTLY"
20+
val Scala3 = "3.1.1-RC1"
2121
ThisBuild / crossScalaVersions := Seq(Scala3)
2222

2323
val AlgebraVersion = "2.2.3"

0 commit comments

Comments
 (0)