File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")
32
32
33
33
### project/build.properties
34
34
``` scala
35
- sbt.version= 1.1.4
35
+ sbt.version= 1.1.5
36
36
```
37
37
38
38
Older versions of sbt are not supported.
@@ -43,7 +43,7 @@ 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.8 .0-RC1"
46
+ scalaVersion := " 0.9 .0-RC1"
47
47
```
48
48
49
49
#### Nightly builds
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" ,
7
7
8
- scalaVersion := " 0.8 .0-RC1"
8
+ scalaVersion := " 0.9 .0-RC1"
9
9
)
Original file line number Diff line number Diff line change 1
- sbt.version =1.1.4
1
+ sbt.version =1.1.5
You can’t perform that action at this time.
0 commit comments