Updated sbt 1.x plugin migration (markdown)

eugene yokota 2017-08-05 15:35:09 -04:00
parent cb89e95ee6
commit 4821444ff6
1 changed files with 1 additions and 0 deletions

@ -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? |