File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ serve as a technology preview that demonstrates new language features and the co
1212Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
1313pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
1414be 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:
3435and enables integration with tools such as [ Bloop] ( https://scalacenter.github.io/bloop/ ) .
3536
3637If 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 )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ title: "Dotty Documentation"
66Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
77pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
88be 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,
You can’t perform that action at this time.
0 commit comments