File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ Any version number that starts with `0.` is automatically recognized as Dotty by
43
43
the ` sbt-dotty ` plugin, you don't need to set up anything:
44
44
45
45
``` scala
46
- scalaVersion := " 0.10 .0-RC1"
46
+ scalaVersion := " 0.11 .0-RC1"
47
47
```
48
48
49
49
#### Nightly builds
50
50
If the latest release of Dotty is missing a bugfix or feature you need, you may
51
51
wish to use a nightly build. Look at the bottom of
52
- https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.11 / to find the version
52
+ https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.12 / to find the version
53
53
number for the latest nightly build. Alternatively, you can set `scalaVersion :=
54
54
dottyLatestNightlyBuild.get` to always use the latest nightly build of dotty.
55
55
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ lazy val root = project
5
5
description := " Example sbt project that compiles using Dotty" ,
6
6
version := " 0.1.0" ,
7
7
8
- scalaVersion := " 0.10 .0-RC1"
8
+ scalaVersion := " 0.11 .0-RC1"
9
9
)
You can’t perform that action at this time.
0 commit comments