We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e589ac + e99d705 commit 54d7089Copy full SHA for 54d7089
project/Build.scala
@@ -37,7 +37,7 @@ object Build {
37
val dottyOrganization = "ch.epfl.lamp"
38
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
39
val dottyVersion = {
40
- val baseVersion = "0.2.0"
+ val baseVersion = "0.2.0-RC1"
41
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
42
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
43
if (isNightly)
0 commit comments