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.
2 parents 760ddc8 + 207cddc commit 6700743Copy full SHA for 6700743
README.md
@@ -43,7 +43,7 @@ Any version number that starts with `0.` is automatically recognized as Dotty by
43
the `sbt-dotty` plugin, you don't need to set up anything:
44
45
```scala
46
-scalaVersion := "0.3.0-RC1"
+scalaVersion := "0.3.0-RC2"
47
```
48
49
#### Nightly builds
build.sbt
@@ -4,5 +4,5 @@ lazy val root = (project in file(".")).
4
description := "Example sbt project that compiles using Dotty",
5
version := "0.1",
6
7
- scalaVersion := "0.3.0-RC1"
+ scalaVersion := "0.3.0-RC2"
8
)
0 commit comments