diff --git a/sbt-2.x-plugin-migration.md b/sbt-2.x-plugin-migration.md index f01dab3..27bcb7c 100644 --- a/sbt-2.x-plugin-migration.md +++ b/sbt-2.x-plugin-migration.md @@ -17,6 +17,7 @@ In other words, until the final 2.0.0 comes out, we'd be regularly burning down | sbt/sbt-dynver | 300 | `addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")` | | sbt/sbt-ci-release | 283 | `addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")` | | sbt/sbt-pgp | 142 | `addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")` | +| sbt/sbt-license-report | 88 | `addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")` | | sbt/contraband | 67 | `addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.6.0")` | | xuwei-k/sbt-class-diagram | 99 | `addSbtPlugin("com.github.xuwei-k" % "sbt-class-diagram" % "0.3.0")` | | sbt/sbt-nocomma | 13 | `addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2")` | @@ -88,7 +89,6 @@ In other words, until the final 2.0.0 comes out, we'd be regularly burning down | scalacenter/sbt-scalafix | 91 | ? | https://github.com/scalacenter/sbt-scalafix/pull/440 | | sbt/sbt-ghpages | 91 | ? | | | ThoughtWorksInc/sbt-api-mappings | 90 | ? | | -| sbt/sbt-license-report | 88 | ? | https://github.com/sbt/sbt-license-report/pull/136 | | ktoso/sbt-jol | 87 | ? | | | sbt/sbt-appengine | 84 | ? | archived repo | | arktekk/sbt-aether-deploy | 84 | ? | |