From c2d4de5f4beeb435f26b4604c833cf0d0104cc9b Mon Sep 17 00:00:00 2001 From: Michael Stringer Date: Thu, 21 Sep 2017 10:01:59 +0100 Subject: [PATCH] more plugin updates --- sbt-1.x-plugin-migration.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 4fc5f31..ca9e19f 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -9,7 +9,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [scala-native/scala-native](https://github.com/scala-native/scala-native) | 2935 | reported | https://github.com/scala-native/scala-native/issues/915 | | [sbt/sbt-assembly](https://github.com/sbt/sbt-assembly) | 1092 | released | `addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")` | | [mpeltonen/sbt-idea](https://github.com/mpeltonen/sbt-idea) | 1085 | superseded | IDEA import feature replaces this plugin | -| [coursier/coursier](https://github.com/coursier/coursier) | 966 | in progress | https://github.com/coursier/coursier/issues/637 | +| [coursier/coursier](https://github.com/coursier/coursier) | 966 | released | `addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")` | | [sbt/sbt-native-packager](https://github.com/sbt/sbt-native-packager) | 869 | released | `addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")` | | [scalikejdbc/scalikejdbc](https://github.com/scalikejdbc/scalikejdbc) | 788 | merged | https://github.com/scalikejdbc/scalikejdbc/pull/691 | | [jrudolph/sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph) | 783 | in progress | https://github.com/jrudolph/sbt-dependency-graph/issues/134 and https://github.com/jrudolph/sbt-dependency-graph/commits/w/sbt-1.0.0-M4-support | @@ -57,13 +57,13 @@ The third column is either the available sbt 1.x plugin or a note the status of | [dwijnand/sbt-dynver](https://github.com/dwijnand/sbt-dynver) | 83 | released | `addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")` | | [sbt/sbt-unidoc](https://github.com/sbt/sbt-unidoc) | 83 | released | `addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")` | | [Tapad/sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) | 79 | released | `addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.28")` -| [scoverage/sbt-coveralls](https://github.com/scoverage/sbt-coveralls) | 77 | ? | https://github.com/scoverage/sbt-coveralls/pull/96 +| [scoverage/sbt-coveralls](https://github.com/scoverage/sbt-coveralls) | 77 | in-progress | https://github.com/scoverage/sbt-coveralls/pull/96 | [gatling/gatling-sbt](https://github.com/gatling/gatling-sbt) | 77 | released | `addSbtPlugin("io.gatling" % "gatling-sbt" % "2.2.2")` | | [sbt/sbt-boilerplate](https://github.com/sbt/sbt-boilerplate) | 76 | released | `addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")` | | [frugalmechanic/fm-sbt-s3-resolver](https://github.com/frugalmechanic/fm-sbt-s3-resolver) | 78 | released | `addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.12.0")` | [dispalt/sbt-reactjs](https://github.com/dispalt/sbt-reactjs) | 75 | | [sbt/sbt-scalabuff](https://github.com/sbt/sbt-scalabuff) | 74 | -| [sbt/sbt-pgp](https://github.com/sbt/sbt-pgp) | 74 | released (M) | `addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")` | +| [sbt/sbt-pgp](https://github.com/sbt/sbt-pgp) | 74 | released | `addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")` | | [sbt/sbt-jacoco](https://github.com/sbt/sbt-jacoco) | 74 | released | `addSbtPlugin("org.scala-sbt", "sbt-jacoco", "3.0.0")` (formerly `jacoco4sbt`) | | [sbt/sbt-doge](https://github.com/sbt/sbt-doge) | 73 | superseded | now part of sbt | | [ohnosequences/sbt-s3-resolver](https://github.com/ohnosequences/sbt-s3-resolver) | 72 | released | `addSbtPlugin("ohnosequences" % "sbt-s3-resolver" % "0.17.0")` @@ -75,13 +75,13 @@ The third column is either the available sbt 1.x plugin or a note the status of | [lucidsoftware/neo-sbt-scalafmt](https://github.com/lucidsoftware/neo-sbt-scalafmt) | 67 | released | `addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10")` | | [coursera/courier](https://github.com/coursera/courier) | 66 | | [jrudolph/sbt-optimizer](https://github.com/jrudolph/sbt-optimizer) | 66 | -| [sbt/sbt-appengine](https://github.com/sbt/sbt-appengine) | 66 | | https://github.com/sbt/sbt-appengine/issues/50 | +| [sbt/sbt-appengine](https://github.com/sbt/sbt-appengine) | 66 | reported | https://github.com/sbt/sbt-appengine/issues/50 | | [sbt/sbt-ghpages](https://github.com/sbt/sbt-ghpages) | 66 | released | `addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")` | | [pfn/kotlin-plugin](https://github.com/pfn/kotlin-plugin) | 65 | | [sbt/sbt-avro](https://github.com/sbt/sbt-avro) | 63 | released | `addSbtPlugin("com.cavorite" % "sbt-avro-1-8" % "1.1.3")` | | [sbt/sbt-aspectj](https://github.com/sbt/sbt-aspectj) | 60 | released | `addSbtPlugin("com.lightbend.sbt" % "sbt-aspectj" % "0.11.0")` | | [scala-native/sbt-crossproject](https://github.com/scala-native/sbt-crossproject) | 59 | released | `addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.2")` | -| [sksamuel/sbt-scapegoat](https://github.com/sksamuel/sbt-scapegoat) | 58 | +| [sksamuel/sbt-scapegoat](https://github.com/sksamuel/sbt-scapegoat) | 58 | released | `addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.0.4")` | | [gilt/sbt-dependency-graph-sugar](https://github.com/gilt/sbt-dependency-graph-sugar) | 58 | | [arktekk/sbt-aether-deploy](https://github.com/arktekk/sbt-aether-deploy) | 57 | released | `addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.20.0")` | | [saurfang/sbt-spark-submit](https://github.com/saurfang/sbt-spark-submit) | 55 | @@ -92,13 +92,13 @@ The third column is either the available sbt 1.x plugin or a note the status of | [softprops/ls](https://github.com/softprops/ls) | 54 | | [skipoleschris/xsbt-cucumber-plugin](https://github.com/skipoleschris/xsbt-cucumber-plugin) | 54 | | [softprops/sbt-growl-plugin](https://github.com/softprops/sbt-growl-plugin) | 54 | -| [sbt/sbt-dirty-money](https://github.com/sbt/sbt-dirty-money) | 53 | +| [sbt/sbt-dirty-money](https://github.com/sbt/sbt-dirty-money) | 53 | in-progress | https://github.com/sbt/sbt-dirty-money/issues/16 | | [albuch/sbt-dependency-check](https://github.com/albuch/sbt-dependency-check) | 53 | released | `addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.1.10")` | -| [JetBrains/sbt-structure](https://github.com/JetBrains/sbt-structure) | 53 | +| [JetBrains/sbt-structure](https://github.com/JetBrains/sbt-structure) | 53 | released | [ArpNetworking/sbt-typescript](https://github.com/ArpNetworking/sbt-typescript) | 52 | | [bytedeco/sbt-javacv](https://github.com/bytedeco/sbt-javacv) | 51 | -| [orrsella/sbt-stats](https://github.com/orrsella/sbt-stats) | 51 | -| [Verizon/sbt-rig](https://github.com/Verizon/sbt-rig) | 50 | +| [orrsella/sbt-stats](https://github.com/orrsella/sbt-stats) | 51 | released | `addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.7")` | +| [Verizon/sbt-rig](https://github.com/Verizon/sbt-rig) | 50 | released | `addSbtPlugin("io.verizon.build" % "sbt-rig" % "5.0.37")` | | [unicredit/sbt-swagger-codegen](https://github.com/unicredit/sbt-swagger-codegen) | 50 | | [sbt/sbt-pom-reader](https://github.com/sbt/sbt-pom-reader) | 50 | | [xuwei-k/sbt-class-diagram](https://github.com/xuwei-k/sbt-class-diagram) | 50 | released | `addSbtPlugin("com.github.xuwei-k" % "sbt-class-diagram" % "0.2.1")` | @@ -116,7 +116,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [earldouglas/sbt-frege](https://github.com/earldouglas/sbt-frege) | 39 | | [Lifty/lifty](https://github.com/Lifty/lifty) | 39 | | [irundaia/sbt-sassify](https://github.com/irundaia/sbt-sassify) | 39 | in progress | https://github.com/irundaia/sbt-sassify/pull/27 -| [localytics/sbt-dynamodb](https://github.com/localytics/sbt-dynamodb) | 38 | +| [localytics/sbt-dynamodb](https://github.com/localytics/sbt-dynamodb) | 38 | released | `addSbtPlugin("com.localytics" % "sbt-dynamodb" % "2.0.0")` | | [remeniuk/sbt-netbeans-plugin](https://github.com/remeniuk/sbt-netbeans-plugin) | 38 | | [Gekkio/sbt-jrebel-plugin](https://github.com/Gekkio/sbt-jrebel-plugin) | 38 | | [timperrett/sbt-cloudbees-plugin](https://github.com/timperrett/sbt-cloudbees-plugin) | 36 | @@ -125,9 +125,9 @@ The third column is either the available sbt 1.x plugin or a note the status of | [sbt/sbt-multi-jvm](https://github.com/sbt/sbt-multi-jvm) | 35 | released | `addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")` | | [sbt/sbt-less](https://github.com/sbt/sbt-less) | 34 | released | `addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")` | | [Verizon/sbt-blockade](https://github.com/Verizon/sbt-blockade) | 33 | -| [tkawachi/sbt-lock](https://github.com/tkawachi/sbt-lock) | 33 | | https://github.com/tkawachi/sbt-lock/pull/19 | +| [tkawachi/sbt-lock](https://github.com/tkawachi/sbt-lock) | 33 | released | `addSbtPlugin("com.github.tkawachi" % "sbt-lock" % "0.4.0")` | | [sbt/findbugs4sbt](https://github.com/sbt/findbugs4sbt) | 33 | -| [sbt/sbt-s3](https://github.com/sbt/sbt-s3) | 33 | PR available | https://github.com/sbt/sbt-s3/pull/40 +| [sbt/sbt-s3](https://github.com/sbt/sbt-s3) | 33 | released | `addSbtPlugin("cf.janga" % "sbts3" % "0.10")` | | [kavedaa/sbt-javafx](https://github.com/kavedaa/sbt-javafx) | 32 | | [sbt/cpd4sbt](https://github.com/sbt/cpd4sbt) | 32 | | [kalmanb/sbt-ctags](https://github.com/kalmanb/sbt-ctags) | 32 | @@ -138,8 +138,8 @@ The third column is either the available sbt 1.x plugin or a note the status of | [dwijnand/sbt-travisci](https://github.com/dwijnand/sbt-travisci) | 29 | released | `addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0")` | | [thricejamie/sbt-meow](https://github.com/thricejamie/sbt-meow) | 29 | reported | https://github.com/thricejamie/sbt-meow/issues/2 | | [alexarchambault/sbt-notebook](https://github.com/alexarchambault/sbt-notebook) | 29 | -| [thesamet/sbt-protoc](https://github.com/thesamet/sbt-protoc) | 29 | | `addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.12-rc5")` | -| [romanowski/hoarder](https://github.com/romanowski/hoarder) | 28 | +| [thesamet/sbt-protoc](https://github.com/thesamet/sbt-protoc) | 29 | released | `addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.12-rc5")` | +| [romanowski/hoarder](https://github.com/romanowski/hoarder) | 28 | released | `addSbtPlugin("com.github.romanowski" % "hoarder" % "1.0.1-M3")` | | [fommil/sbt-big-project](https://github.com/fommil/sbt-big-project) | 27 | | [Geal/sbt-clojure](https://github.com/Geal/sbt-clojure) | 27 | | [n8han/posterous-sbt](https://github.com/n8han/posterous-sbt) | 26 | @@ -147,7 +147,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [joost-de-vries/sbt-typescript](https://github.com/joost-de-vries/sbt-typescript) | 25 | released | `addSbtPlugin("name.de-vries" % "sbt-typescript" % "2.5.2-1")` | | [sbt/sbt-unique-version](https://github.com/sbt/sbt-unique-version) | 24 | | [etsy/sbt-checkstyle-plugin](https://github.com/etsy/sbt-checkstyle-plugin) | 24 | in progress | https://github.com/etsy/sbt-checkstyle-plugin/pull/28 | -| [tototoshi/sbt-build-files-watcher](https://github.com/tototoshi/sbt-build-files-watcher) | 23 | | https://github.com/tototoshi/sbt-build-files-watcher/pull/9 | +| [tototoshi/sbt-build-files-watcher](https://github.com/tototoshi/sbt-build-files-watcher) | 23 | merged | https://github.com/tototoshi/sbt-build-files-watcher/pull/9 | | [localytics/sbt-s3](https://github.com/localytics/sbt-s3) | 23 | | [sbt/sbt-license-report](https://github.com/sbt/sbt-license-report) | 23 | released | `addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")` | | [dwijnand/sbt-project-graph](https://github.com/dwijnand/sbt-project-graph) | 22 |