diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 26e125b..89fcaf4 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -201,6 +201,7 @@ | [sbt/sbt-git](https://github.com/sbt/sbt-git) | 223 | `addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")` | | [sbt/sbt-scalariform](https://github.com/sbt/sbt-scalariform) | 214 | `addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0")` | | [ensime/ensime-sbt](https://github.com/ensime/ensime-sbt) | 204 | `addSbtPlugin("org.ensime" % "sbt-ensime" % "2.0.1")` | +| [planet42/Laika](https://github.com/planet42/Laika) | 174 | `addSbtPlugin("org.planet42" % "laika-sbt" % "0.8.0")` | | [sbt/sbt-fresh](https://github.com/sbt/sbt-fresh) | 173 | `addSbtPlugin("de.heikoseeberger" % "sbt-fresh" % "3.0.0")` | | [vmunier/sbt-web-scalajs](https://github.com/vmunier/sbt-web-scalajs) | 145 | `addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.0.6")` | | [xerial/sbt-sonatype](https://github.com/xerial/sbt-sonatype) | 145 | `addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")` |