diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 8a99712..2040887 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -260,6 +260,7 @@ | [thesamet/sbt-protoc](https://github.com/thesamet/sbt-protoc) | 29 | `addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.12-rc5")` | | [romanowski/hoarder](https://github.com/romanowski/hoarder) | 28 | `addSbtPlugin("com.github.romanowski" % "hoarder" % "1.0.1-M3")` | | [joost-de-vries/sbt-typescript](https://github.com/joost-de-vries/sbt-typescript) | 25 | `addSbtPlugin("name.de-vries" % "sbt-typescript" % "2.5.2-1")` | +| [sbilinski/sbt-ecr](https://github.com/sbilinski/sbt-ecr) | 25 | `addSbtPlugin("com.mintbeans" % "sbt-ecr" % "0.8.0")` | | [sbt/sbt-license-report](https://github.com/sbt/sbt-license-report) | 23 | `addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")` | | [dwijnand/sbt-project-graph](https://github.com/dwijnand/sbt-project-graph) | 22 | `addSbtPlugin("com.dwijnand" % "sbt-project-graph" % "0.2.2")` | | [ohnosequences/sbt-github-release](https://github.com/ohnosequences/sbt-github-release) | 22 | `addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.5.0")` |