We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c7a90 commit 0b0e3fbCopy full SHA for 0b0e3fb
project/Build.scala
@@ -40,7 +40,7 @@ object Build {
40
val dottyOrganization = "ch.epfl.lamp"
41
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
42
val dottyVersion = {
43
- val baseVersion = "0.3.0"
+ val baseVersion = "0.3.0-RC1"
44
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
45
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
46
if (isNightly)
0 commit comments