Plugins
You can configure plugins in your build project. The common practice is to put all plugins in project/plugins.sbt.
The sbt ecosystem comes with plugins for almost everything. The SBT documentation has an extensive list for 1.0 plugins and 0.13 plugins. In this section you will learn about a couple of them that you probably will use.
General plugins
- scalafmt
- microsites (unidoc, site)
- header
- dependency graph
For application developers
- sbt build info
- native-packager
- assembly
For library developers
header
- release
- bintray