From 20ac396e61cc1dec31e24750aa83497d1c67af03 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Tue, 31 Oct 2017 13:07:36 +0100 Subject: [PATCH] Updated sbt 1.x plugin migration (markdown) --- sbt-1.x-plugin-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 4a198a6..8a99712 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -31,7 +31,7 @@ | [jrudolph/sbt-optimizer](https://github.com/jrudolph/sbt-optimizer) | 66 | ? | ? | | [pfn/kotlin-plugin](https://github.com/pfn/kotlin-plugin) | 65 | ? | ? | | [gilt/sbt-dependency-graph-sugar](https://github.com/gilt/sbt-dependency-graph-sugar) | 58 | reported | https://github.com/gilt/sbt-dependency-graph-sugar/issues/17 | -| [saurfang/sbt-spark-submit](https://github.com/saurfang/sbt-spark-submit) | 55 | ? | ? | +| [saurfang/sbt-spark-submit](https://github.com/saurfang/sbt-spark-submit) | 55 | in progress | https://github.com/saurfang/sbt-spark-submit/pull/9 | | [jenkinsci/sbt-plugin](https://github.com/jenkinsci/sbt-plugin) | 55 | dead | ? | Not maintained in 2 years | [softprops/coffeescripted-sbt](https://github.com/softprops/coffeescripted-sbt) | 55 | ? | ? | | [dscleaver/sbt-quickfix](https://github.com/dscleaver/sbt-quickfix) | 54 | ? | ? | @@ -282,4 +282,4 @@ | [joost-de-vries/sbt-jasmine](https://github.com/joost-de-vries/sbt-jasmine) | 0 | `addSbtPlugin("name.de-vries" % "sbt-jasmine" % "0.0.4")` | | [joost-de-vries/sbt-jasmine](https://github.com/joost-de-vries/sbt-jasmine) | 0 | `addSbtPlugin("name.de-vries" % "sbt-jasmine" % "0.0.4")` | | [bytedeco/sbt-javacv](https://github.com/bytedeco/sbt-javacv) | 58 | `addSbtPlugin("org.bytedeco" % "sbt-javacv" % "1.15")` | -| [bytedeco/sbt-javacpp](https://github.com/bytedeco/sbt-javacpp) | 17 | `addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.11")` | +| [bytedeco/sbt-javacpp](https://github.com/bytedeco/sbt-javacpp) | 17 | `addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.11")` | \ No newline at end of file