mirror of https://github.com/sbt/sbt.git
Woops, put sbt-dependency-graph into the correct table
parent
257ee3517d
commit
681b423e2b
|
|
@ -7,7 +7,6 @@
|
||||||
| [lampepfl/dotty](https://github.com/lampepfl/dotty) | 1927 | reported | https://github.com/lampepfl/dotty/issues/3091 |
|
| [lampepfl/dotty](https://github.com/lampepfl/dotty) | 1927 | reported | https://github.com/lampepfl/dotty/issues/3091 |
|
||||||
| [lagom/lagom](https://github.com/lagom/lagom) | 1551 | reported | https://github.com/lagom/lagom/issues/932
|
| [lagom/lagom](https://github.com/lagom/lagom) | 1551 | reported | https://github.com/lagom/lagom/issues/932
|
||||||
| [mpeltonen/sbt-idea](https://github.com/mpeltonen/sbt-idea) | 1085 | superseded | IDEA import feature replaces this plugin |
|
| [mpeltonen/sbt-idea](https://github.com/mpeltonen/sbt-idea) | 1085 | superseded | IDEA import feature replaces this plugin |
|
||||||
| [jrudolph/sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph) | 783 | released | Use version `0.9.0` cross-built for sbt 0.13 and 1.0 |
|
|
||||||
| [scala-android/sbt-android](https://github.com/scala-android/sbt-android) | 653 | reported | https://github.com/scala-android/sbt-android/issues/311 |
|
| [scala-android/sbt-android](https://github.com/scala-android/sbt-android) | 653 | reported | https://github.com/scala-android/sbt-android/issues/311 |
|
||||||
| [jberkel/android-plugin](https://github.com/jberkel/android-plugin) | 496 | superseded | use sbt-android |
|
| [jberkel/android-plugin](https://github.com/jberkel/android-plugin) | 496 | superseded | use sbt-android |
|
||||||
| [play2war/play2-war-plugin](https://github.com/play2war/play2-war-plugin) | 449 | ? |
|
| [play2war/play2-war-plugin](https://github.com/play2war/play2-war-plugin) | 449 | ? |
|
||||||
|
|
@ -187,6 +186,7 @@
|
||||||
| [coursier/coursier](https://github.com/coursier/coursier) | 966 | `addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")` |
|
| [coursier/coursier](https://github.com/coursier/coursier) | 966 | `addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")` |
|
||||||
| [sbt/sbt-native-packager](https://github.com/sbt/sbt-native-packager) | 869 | `addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")` |
|
| [sbt/sbt-native-packager](https://github.com/sbt/sbt-native-packager) | 869 | `addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")` |
|
||||||
| [scalikejdbc/scalikejdbc](https://github.com/scalikejdbc/scalikejdbc) | 788 | `addSbtPlugin("org.scalikejdbc" %% "scalikejdbc-mapper-generator" % "3.1.0")` |
|
| [scalikejdbc/scalikejdbc](https://github.com/scalikejdbc/scalikejdbc) | 788 | `addSbtPlugin("org.scalikejdbc" %% "scalikejdbc-mapper-generator" % "3.1.0")` |
|
||||||
|
| [jrudolph/sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph) | 783 | `addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")`
|
||||||
| [wartremover/wartremover](https://github.com/wartremover/wartremover) | 705 | `addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.2.0")` |
|
| [wartremover/wartremover](https://github.com/wartremover/wartremover) | 705 | `addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.2.0")` |
|
||||||
| [typesafehub/sbteclipse](https://github.com/typesafehub/sbteclipse) | 658 | `addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")` |
|
| [typesafehub/sbteclipse](https://github.com/typesafehub/sbteclipse) | 658 | `addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")` |
|
||||||
| [spray/sbt-revolver](https://github.com/spray/sbt-revolver) | 550 | `addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0")` |
|
| [spray/sbt-revolver](https://github.com/spray/sbt-revolver) | 550 | `addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0")` |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue