File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ You will need to make the following adjustments to your build:
27
27
28
28
### project/plugins.sbt
29
29
``` scala
30
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.2.2 " )
30
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.2.4 " )
31
31
```
32
32
33
33
### project/build.properties
34
34
``` scala
35
- sbt.version= 1.1.6
35
+ sbt.version= 1.2.3
36
36
```
37
37
38
38
Older versions of sbt are not supported.
@@ -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.9 .0-RC1"
46
+ scalaVersion := " 0.10 .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.10 / to find the version
52
+ https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.11 / 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.9 .0-RC1"
8
+ scalaVersion := " 0.10 .0-RC1"
9
9
)
Original file line number Diff line number Diff line change 1
- sbt.version =1.1.6
1
+ sbt.version =1.2.3
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.2.2 " )
1
+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.2.4 " )
You can’t perform that action at this time.
0 commit comments