From 0de36e0629b8c936ee3fa431cce0f29517ed8bb1 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Tue, 19 Sep 2017 00:38:35 -0400 Subject: [PATCH] Updated sbt 1.x plugin migration (markdown) --- sbt-1.x-plugin-migration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index 5357d15..1495c77 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -66,8 +66,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [sbt/sbt-pgp](https://github.com/sbt/sbt-pgp) | 74 | released (M) | `addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")` | | [sbt/jacoco4sbt](https://github.com/sbt/jacoco4sbt) | 74 | in progress | | [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")` +| [ohnosequences/sbt-s3-resolver](https://github.com/ohnosequences/sbt-s3-resolver) | 72 | released | `addSbtPlugin("ohnosequences" % "sbt-s3-resolver" % "0.17.0")` | [shivawu/sbt-maven-plugin](https://github.com/shivawu/sbt-maven-plugin) | 70 | | [agemooij/sbt-prompt](https://github.com/agemooij/sbt-prompt) | 70 | released | `addSbtPlugin("com.scalapenos" % "sbt-prompt" % "1.0.2")` | [gilt/sbt-newrelic](https://github.com/gilt/sbt-newrelic) | 69 | released | `addSbtPlugin("com.gilt.sbt" % "sbt-newrelic" % "0.2.1")`