From 7194b2d8a8a9183ff1537dd147d2462418e2183f Mon Sep 17 00:00:00 2001 From: Pierre Dal-Pra Date: Tue, 21 Nov 2017 09:04:28 +0100 Subject: [PATCH] Add sbt-duplicates-finder and sbt-autoversion to the plugins list --- src/reference/01-General-Info/02-Community-Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) 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