Skip to content

Commit 001f7fa

Browse files
Merge pull request #10828 from dotty-staging/update-reference-compiler-to3.0.0-M3
Update reference compiler to 3.0.0-M3
2 parents c8fb1fa + 9d4ef1e commit 001f7fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
113113
// @Test def scissAsyncFile = projects.scissAsyncFile .run()
114114
// @Test def scissSpan = projects.scissSpan .run()
115115
@Test def scalaSTM = projects.scalaSTM .run()
116-
@Test def scissLucre = projects.scissLucre .run()
116+
// @Test def scissLucre = projects.scissLucre .run()
117117

118118
end CommunityBuildTestA
119119

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ object MyScalaJSPlugin extends AutoPlugin {
5353
}
5454

5555
object Build {
56-
val referenceVersion = "3.0.0-M3-bin-20201213-e8d748e-NIGHTLY"
56+
val referenceVersion = "3.0.0-M3"
5757

58-
val baseVersion = "3.0.0-M3"
58+
val baseVersion = "3.0.0-RC1"
5959
val baseSbtDottyVersion = "0.5.0"
6060

6161
// Versions used by the vscode extension to create a new project

0 commit comments

Comments
 (0)