Less boilerplate!
sbt/sbt-assembly#236 (comment)
https://github.com/softwaremill/scala-clippy https://engineering.sharethrough.com/blog/2015/09/23/capturing-common-config-with-an-sbt-parent-plugin/ https://github.com/sbt/sbt-git
https://github.com/typelevel/sbt-catalysts https://github.com/47deg/sbt-catalysts-extras
Fairly simples
https://github.com/47deg/sbt-microsites
Instructions on how to configure this here but no clue how to only do it on releases.
eg
- https://github.com/sbt/sbt-duplicates-finder
- sbt-updates https://github.com/47deg/sbt-dependencies https://github.com/scf37/sbt-overwatch
https://github.com/sbt/sbt-multi-jvm https://github.com/sbt/sbt-cotest
Because sbt-versioncheck forces you to use exactly the version of Java that you specify it is not very useful as a default plugin in most situations. It is temporarily useful for Scala 2.12 but I will probably have to remove it once Java9 comes out.
If we could specify a version range that would be more useful.
If I must.