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 f4c94f8 commit 2511b3aCopy full SHA for 2511b3a
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.27.0-RC1"
+scalaVersion := "3.0.0-M1"
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.27.0-RC1"
+ scalaVersion := "3.0.0-M1"
9
)
0 commit comments