diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 4dba56d..9c8768d 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -40,7 +40,6 @@ | [softprops/sbt-growl-plugin](https://github.com/softprops/sbt-growl-plugin) | 54 | ? | ? | | [sbt/sbt-dirty-money](https://github.com/sbt/sbt-dirty-money) | 53 | in-progress | https://github.com/sbt/sbt-dirty-money/issues/16 | | [ArpNetworking/sbt-typescript](https://github.com/ArpNetworking/sbt-typescript) | 52 | ? | ? | -| [bytedeco/sbt-javacv](https://github.com/bytedeco/sbt-javacv) | 51 | ? | ? | | [unicredit/sbt-swagger-codegen](https://github.com/unicredit/sbt-swagger-codegen) | 50 | ? | ? | | [sbt/sbt-pom-reader](https://github.com/sbt/sbt-pom-reader) | 50 | in progress | https://github.com/sbt/sbt-pom-reader/pull/43 | [tototoshi/sbt-musical](https://github.com/tototoshi/sbt-musical) | 47 | reported | https://github.com/tototoshi/sbt-musical/issues/6 | @@ -158,7 +157,6 @@ | [btd/sbt-less-plugin](https://github.com/btd/sbt-less-plugin) | 2 | ? | ? | | [earldouglas/sbt-heroku-deploy](https://github.com/earldouglas/sbt-heroku-deploy) | 2 | superseded | xsbt-web-plugin | | [idio/sbt-assembly-log4j2](https://github.com/idio/sbt-assembly-log4j2) | 2 | ? | ? | -| [lloydmeta/sbt-javacpp](https://github.com/lloydmeta/sbt-javacpp) | 1 | ? | ? | | [nyavro/spi-plugin](https://github.com/nyavro/spi-plugin) | 1 | ? | ? | | [reikje/sbt-planout4j](https://github.com/reikje/sbt-planout4j) | 1 | ? | ? | | [daniel-shuy/liquibase-slick-codegen-sbt-plugin](https://github.com/daniel-shuy/liquibase-slick-codegen-sbt-plugin) | 1 | ? | ? | @@ -282,4 +280,7 @@ | [xerial/sbt-jcheckstyle](https://github.com/xerial/sbt-jcheckstyle) | 4 | `addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.0")` | | [cuzfrog/sbt-tmpfs](https://github.com/cuzfrog/sbt-tmpfs) | 3 | `addSbtPlugin("com.github.cuzfrog" % "sbt-tmpfs" % "0.3.0")` | | [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")` |