We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4ddc6 commit 212d8bfCopy full SHA for 212d8bf
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-RC1"
+ val baseVersion = "0.3.0-RC2"
44
val isNightly = sys.env.get("NIGHTLYBUILD") == Some("yes")
45
val isRelease = sys.env.get("RELEASEBUILD") == Some("yes")
46
if (isNightly)
0 commit comments