diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index a4ff634..f81d033 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -5,6 +5,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | plugin | star | sbt 1 migration | | ------ | ---- | --------------- | | [playframework/playframework](https://github.com/playframework/playframework) | 9597 | pending sbt-web etc | +| [scala-js/scala-js](https://github.com/scala-js/scala-js) | 3053 | `addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")` | | [sbt/sbt-assembly](https://github.com/sbt/sbt-assembly) | 1092 | `addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")` | | [mpeltonen/sbt-idea](https://github.com/mpeltonen/sbt-idea) | 1085 | IDEA import feature replaces this plugin | | [coursier/coursier](https://github.com/coursier/coursier) | 966 | https://github.com/coursier/coursier/issues/601? |