File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ that does not work with dotty, try to disable all plugins in
30
30
### Using Dotty in your own project
31
31
32
32
1 . [ Use sbt 0.13.11 or newer] ( https://github.com/smarter/dotty-example-project/blob/master/project/build.properties ) .
33
- 2 . Configure your build like explained in [ build.sbt] ( https://github.com/smarter/dotty-example-project/blob/master/build.sbt#L9-L10 )
33
+ 2 . Configure your build like explained in [ build.sbt] ( https://github.com/smarter/dotty-example-project/blob/master/build.sbt#L7-L8 )
34
34
35
35
### Discuss
36
36
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ lazy val root = (project in file(".")).
3
3
name := " dotty-example-project" ,
4
4
description := " Example sbt project that compiles using Dotty" ,
5
5
version := " 0.1" ,
6
- mainClass in (Compile , run) := Some (" Hello" ),
7
-
8
6
9
7
// All the settings set below this line are important to get your project
10
8
// to compile with Dotty. Please read the comments carefully.
You can’t perform that action at this time.
0 commit comments