We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f5c3f commit f2b9ef2Copy full SHA for f2b9ef2
project/Build.scala
@@ -41,7 +41,7 @@ object Build {
41
val dottyOrganization = "ch.epfl.lamp"
42
val dottyGithubUrl = "https://github.com/lampepfl/dotty"
43
val dottyVersion = {
44
- val baseVersion = "0.4.0"
+ val baseVersion = "0.4.0-RC1"
45
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
46
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
47
if (isNightly)
0 commit comments