diff --git a/src/reference/01-General-Info/02-Community-Plugins.md b/src/reference/01-General-Info/02-Community-Plugins.md index 25b770a07..65ec7f927 100644 --- a/src/reference/01-General-Info/02-Community-Plugins.md +++ b/src/reference/01-General-Info/02-Community-Plugins.md @@ -107,6 +107,8 @@ your plugin to the list. deployable fat JARs. - [sbt-release-fossil](https://chiselapp.com/user/twenstar/repository/sbt-release-fossil): enhances [sbt-release](https://github.com/sbt/sbt-release) to support [Fossil](https://fossil-scm.org) repositories +- [sbt-autoversion](https://github.com/sbt/sbt-autoversion): automatically set your + next version bump based on patterns of your commit messase since last release. #### Deployment integration plugins @@ -209,6 +211,8 @@ your plugin to the list. containing explicit sbt dependencies. - [sbt-license-report](https://github.com/sbt/sbt-license-report): generate reports of licenses used by dependencies. +- [sbt-duplicates-finder](https://github.com/sbt/sbt-duplicates-finder): detect + class and resources conflicting in your project's classpath. #### Web and frontend development plugins