File tree 2 files changed +7
-1
lines changed
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
12
12
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
13
13
pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
14
14
be a big step towards realizing the full potential of these ideas. Its main objectives are to
15
+
15
16
- become more opinionated by promoting programming idioms we found to work well,
16
17
- simplify where possible,
17
18
- eliminate inconsistencies and surprising behaviors,
@@ -34,8 +35,12 @@ lets us use the new improved incremental compiler for Scala called [Zinc](https:
34
35
and enables integration with tools such as [ Bloop] ( https://scalacenter.github.io/bloop/ ) .
35
36
36
37
If you are already using Dotty with sbt 0.13, follow these simple steps to upgrade:
38
+
37
39
- 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
+ ```
39
44
- replace usages of ` .withDottyCompat() ` by ` .withDottyCompat(scalaVersion.value) `
40
45
41
46
### 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"
6
6
Dotty is the project name for technologies that are considered for inclusion in Scala 3. Scala has
7
7
pioneered the fusion of object-oriented and functional programming in a typed setting. Scala 3 will
8
8
be a big step towards realizing the full potential of these ideas. Its main objectives are to
9
+
9
10
- become more opinionated by promoting programming idioms we found to work well,
10
11
- simplify where possible,
11
12
- eliminate inconsistencies and surprising behaviors,
You can’t perform that action at this time.
0 commit comments