diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index e43d26b..ddc842c 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -58,7 +58,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [sbt/sbt-unidoc](https://github.com/sbt/sbt-unidoc) | 83 | released | `addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")` | | [Tapad/sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) | 79 | | [scoverage/sbt-coveralls](https://github.com/scoverage/sbt-coveralls) | 77 | -| [gatling/gatling-sbt](https://github.com/gatling/gatling-sbt) | 77 | | `addSbtPlugin("io.gatling" % "gatling-sbt" % "2.2.2")` | +| [gatling/gatling-sbt](https://github.com/gatling/gatling-sbt) | 77 | released | `addSbtPlugin("io.gatling" % "gatling-sbt" % "2.2.2")` | | [sbt/sbt-boilerplate](https://github.com/sbt/sbt-boilerplate) | 76 | released | `addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")` | | [frugalmechanic/fm-sbt-s3-resolver](https://github.com/frugalmechanic/fm-sbt-s3-resolver) | 78 | released | `addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.12.0")` | [dispalt/sbt-reactjs](https://github.com/dispalt/sbt-reactjs) | 75 |