diff --git a/sbt-2.x-plugin-migration.md b/sbt-2.x-plugin-migration.md index 0b617e4..65b833c 100644 --- a/sbt-2.x-plugin-migration.md +++ b/sbt-2.x-plugin-migration.md @@ -14,7 +14,7 @@ In other words, until the final 2.0.0 comes out, we'd be regularly burning down | sbt/sbt-git | 345 | `addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")` | | xerial/sbt-sonatype | 334 | `addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0")` | | 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.8.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/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")` |