sbt/MIGRATION.md

12 lines
265 B
Markdown
Raw Normal View History

Migration notes
===============
- `project/Build.scala` style based on `sbt.Build` is removed. Migrate to `build.sbt`.
- `Project(...)` constructor is limited to just two parameters.
2016-05-05 20:38:24 +02:00
- change import in auto plugin to:
```scala
import sbt._, syntax._, Keys._
```