diff --git a/README.md b/README.md index b38ca38f..3736d83e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.) To use it add the following to your `project/plugins.sbt` file: ``` -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0") ``` Add the following to your `build.sbt` file: diff --git a/RELEASING.md b/RELEASING.md index a6cdf9ff..ae9fe0d9 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -29,7 +29,7 @@ See the [prerequisites](#prerequisites) if this is your first release. * [ ] Run `git push --follow-tags` to push the tag. * [ ] [Find and hit "Publish Release"][releases/list] on the draft GitHub release. -[compare/view]: https://github.com/lightbend/mima/compare/0.4.0...master +[compare/view]: https://github.com/lightbend/mima/compare/0.9.0...main [issues/new]: https://github.com/lightbend/mima/issues/new [milestones/list]: https://github.com/lightbend/mima/milestones?direction=asc [milestones/new]: https://github.com/lightbend/mima/milestones/new @@ -37,7 +37,7 @@ See the [prerequisites](#prerequisites) if this is your first release. [releases/list]: https://github.com/lightbend/mima/releases [releases/new]: https://github.com/lightbend/mima/releases/new -[RELEASING.md]: https://raw.githubusercontent.com/lightbend/mima/master/RELEASING.md +[RELEASING.md]: https://raw.githubusercontent.com/lightbend/mima/main/RELEASING.md [repo1/list]: https://repo1.maven.org/maven2/com/typesafe/mima-core_2.12/0.5.0/ [sonatype/guide]: https://central.sonatype.org/pages/releasing-the-deployment.html [sonatype/staging-repos]: https://oss.sonatype.org/#stagingRepositories