From 4821444ff683adf7a8da66b1e38ad6e9fc33d37e Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Sat, 5 Aug 2017 15:35:09 -0400 Subject: [PATCH] Updated sbt 1.x plugin migration (markdown) --- 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 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? |