Skip to content

Commit d2aadce

Browse files
committed
Address review comments
1 parent 4cf90b5 commit d2aadce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ 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 to the latest version: `addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")`
35+
- update usages of `.withDottyCompat()` by `.withDottyCompat(scalaVersion.value)`
36+
3237
### Unchecked warnings [#4045](https://github.com/lampepfl/dotty/pull/4045)
3338
Dotty now emits `unchecked` warnings like `scalac` whenever a type test is performed but cannot
3439
safely be checked at runtime. For example:
@@ -164,7 +169,7 @@ According to `git shortlog -sn --no-merges 0.7.0..0.8.0-RC1` these are:
164169
1 Maxime Kjaer
165170
1 Saurabh Rawat
166171
1 Joan
167-
1 jvican
172+
1 Jorge Vicente Cantero
168173
1 Jasper Moeys
169174
1 Piotr Gabara
170175
```

0 commit comments

Comments
 (0)