diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 141fb49..293d971 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -18,7 +18,6 @@ | [sbt/sbt-start-script](https://github.com/sbt/sbt-start-script) | 149 | superseded | use sbt-native-packager instead | | [softprops/np](https://github.com/softprops/np) | 148 | supersed? | use sbt new? | | [roboscala/sbt-robovm](https://github.com/roboscala/sbt-robovm) | 108 | dead | [RoboVM Winding Down](https://robovm.com/robovm-winding-down/) -| [scalacenter/scalajs-bundler](https://github.com/scalacenter/scalajs-bundler) | 107 | merged | https://github.com/scalacenter/scalajs-bundler/pull/179 | | [sbt/sbt-atmos](https://github.com/sbt/sbt-atmos) | 103 | ? | ? | | [ceedubs/sbt-ctags](https://github.com/ceedubs/sbt-ctags) | 90 | ? | ? | | [gilt/sbt-aws-lambda](https://github.com/gilt/sbt-aws-lambda) | 88 | ? | ? | @@ -218,6 +217,7 @@ | [sbt/sbt-site](https://github.com/sbt/sbt-site) | 129 | `addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.0")` | | [tkawachi/sbt-doctest](https://github.com/tkawachi/sbt-doctest) | 119 | `addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.7.0")` | | [scalastyle/scalastyle-sbt-plugin](https://github.com/scalastyle/scalastyle-sbt-plugin) | 107 | `addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")` | +| [scalacenter/scalajs-bundler](https://github.com/scalacenter/scalajs-bundler) | 107 | `addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.9.0")` | [47deg/sbt-microsites](https://github.com/47deg/sbt-microsites) | 106 | `addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.0")` | | [sbt/sbt-header](https://github.com/sbt/sbt-header) | 102 | `addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.0")` | | [sbt/sbt-groll](https://github.com/sbt/sbt-groll) | 97 | `addSbtPlugin("de.heikoseeberger" % "sbt-groll" % "6.0.0")` |