Skip to content

Commit d603361

Browse files
committed
Fix doc rendering
1 parent fd7baff commit d603361

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ serve as a technology preview that demonstrates new language features and the co
1212
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
1313
pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
1414
be a big step towards realizing the full potential of these ideas. Its main objectives are to
15+
1516
- become more opinionated by promoting programming idioms we found to work well,
1617
- simplify where possible,
1718
- eliminate inconsistencies and surprising behaviors,
@@ -34,8 +35,12 @@ lets us use the new improved incremental compiler for Scala called [Zinc](https:
3435
and enables integration with tools such as [Bloop](https://scalacenter.github.io/bloop/).
3536

3637
If you are already using Dotty with sbt 0.13, follow these simple steps to upgrade:
38+
3739
- update sbt version to 1.1.4 in `project/build.properties`
38-
- update sbt-dotty plugin to the latest version: `addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")`
40+
- update sbt-dotty plugin to the latest version:
41+
```scala
42+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")
43+
```
3944
- replace usages of `.withDottyCompat()` by `.withDottyCompat(scalaVersion.value)`
4045

4146
### Unchecked warnings [#4045](https://github.com/lampepfl/dotty/pull/4045)

docs/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: "Dotty Documentation"
66
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
77
pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
88
be a big step towards realizing the full potential of these ideas. Its main objectives are to
9+
910
- become more opinionated by promoting programming idioms we found to work well,
1011
- simplify where possible,
1112
- eliminate inconsistencies and surprising behaviors,

0 commit comments

Comments
 (0)