mirror of https://github.com/sbt/sbt.git
6 lines
184 B
Markdown
6 lines
184 B
Markdown
|
|
Migration notes
|
||
|
|
===============
|
||
|
|
|
||
|
|
- `project/Build.scala` style based on `sbt.Build` is removed. Migrate to `build.sbt`.
|
||
|
|
- `Project(...)` constructor is limited to just two parameters.
|