From d4980676047ebeb7a2174b8076593549f5381730 Mon Sep 17 00:00:00 2001 From: Jens Halm <3116929+jenshalm@users.noreply.github.com> Date: Sat, 7 Jul 2018 15:56:30 +0100 Subject: [PATCH] add Laika to the list of completed migrations --- sbt-1.x-plugin-migration.md | 1 + 1 file changed, 1 insertion(+) 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")` |