diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index f6cc5d4..498a3da 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -64,7 +64,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [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/jacoco4sbt](https://github.com/sbt/jacoco4sbt) | 74 | in progress | +| [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")` | [shivawu/sbt-maven-plugin](https://github.com/shivawu/sbt-maven-plugin) | 70 |