Skip to content

Commit 9864214

Browse files
authored
Merge pull request #759 from typelevel/topic/rc1
Scala 3.0.0-RC1
2 parents a4fe6e6 + 38ddd4e commit 9864214

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [3.0.0-M2, 3.0.0-M3, 2.12.13, 2.13.4]
25+
scala: [3.0.0-M3, 3.0.0-RC1, 2.12.13, 2.13.4]
2626
2727
platform: [jvm]
2828
workers: [1, 4]
2929
include:
3030
- workers: 1
3131
os: ubuntu-latest
3232
33-
scala: 3.0.0-M2
33+
scala: 3.0.0-M3
3434
platform: js
3535
- workers: 1
3636
os: ubuntu-latest
3737
38-
scala: 3.0.0-M3
38+
scala: 3.0.0-RC1
3939
platform: js
4040
- workers: 1
4141
os: ubuntu-latest
@@ -136,7 +136,7 @@ jobs:
136136
strategy:
137137
matrix:
138138
os: [ubuntu-latest]
139-
scala: [3.0.0-M2, 3.0.0-M3, 2.12.13, 2.13.4]
139+
scala: [3.0.0-M3, 3.0.0-RC1, 2.12.13, 2.13.4]
140140
141141
runs-on: ${{ matrix.os }}
142142
steps:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ scalaVersionSettings
66

77
val Scala212 = "2.12.13"
88
val Scala213 = "2.13.4"
9-
val DottyOld = "3.0.0-M2"
10-
val DottyNew = "3.0.0-M3"
9+
val DottyOld = "3.0.0-M3"
10+
val DottyNew = "3.0.0-RC1"
1111

1212
ThisBuild / crossScalaVersions := Seq(DottyOld, DottyNew, Scala212, Scala213)
1313
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last

0 commit comments

Comments
 (0)