From e90876514053230135730e15d97fa51e95dc7d8a Mon Sep 17 00:00:00 2001 From: Praneeth Puligundla Date: Sun, 25 Feb 2018 01:44:17 -0800 Subject: [PATCH] Updated sbt 1.x plugin migration (markdown) --- sbt-1.x-plugin-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index cf2c0d6..6463a4c 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -285,4 +285,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")` | -| [praneethpuligundla/sbt-filter](https://github.com/praneethpuligundla/sbt-filter) | 0 | `addSbtPlugin("com.github.praneethpuligundla" % "sbt-filter" % "1.11")` | +| [praneethpuligundla/sbt-filter](https://github.com/praneethpuligundla/sbt-filter) | 0 | `addSbtPlugin("com.github.praneethpuligundla" % "sbt-filter" % "1.0.2")` |