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 51201d0 commit a2c3940Copy full SHA for a2c3940
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.26.0-RC1"
+scalaVersion := "0.27.0-RC1"
47
```
48
49
#### Nightly builds
build.sbt
@@ -5,5 +5,5 @@ lazy val root = project
5
description := "Example sbt project that compiles using Dotty",
6
version := "0.1.0",
7
8
- scalaVersion := "0.26.0-RC1"
+ scalaVersion := "0.27.0-RC1"
9
)
0 commit comments