Skip to content

Commit bba10ee

Browse files
authored
Address review comments
1 parent 4cf90b5 commit bba10ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/blog/_posts/2018-04-26-eighth-dotty-milestone-release.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Starting with Dotty 0.8.0, we will only support versions of sbt >= 1.1.4. Migrat
2929
lets us use the new improved incremental compiler for Scala called [Zinc](https://github.com/sbt/zinc),
3030
and enables integration with tools such as [Bloop](https://scalacenter.github.io/bloop/).
3131

32+
If you are already using Dotty with sbt 0.13, follow these simple steps to upgrade:
33+
- update sbt version to 1.1.4 in `project/build.properties`
34+
- update sbt-dotty plugin version: `addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")`
35+
- update scala version in `build.sbt`: `scalaVersion := "0.8.0-RC1"`
36+
37+
3238
### Unchecked warnings [#4045](https://github.com/lampepfl/dotty/pull/4045)
3339
Dotty now emits `unchecked` warnings like `scalac` whenever a type test is performed but cannot
3440
safely be checked at runtime. For example:
@@ -164,7 +170,7 @@ According to `git shortlog -sn --no-merges 0.7.0..0.8.0-RC1` these are:
164170
1 Maxime Kjaer
165171
1 Saurabh Rawat
166172
1 Joan
167-
1 jvican
173+
1 Jorge Vicente Cantero
168174
1 Jasper Moeys
169175
1 Piotr Gabara
170176
```

0 commit comments

Comments
 (0)