Skip to content

Commit 70c2f05

Browse files
committed
Release 0.9.0
1 parent ced7388 commit 70c2f05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.)
4242
To use it add the following to your `project/plugins.sbt` file:
4343

4444
```
45-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
45+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0")
4646
```
4747

4848
Add the following to your `build.sbt` file:

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ See the [prerequisites](#prerequisites) if this is your first release.
2929
* [ ] Run `git push --follow-tags` to push the tag.
3030
* [ ] [Find and hit "Publish Release"][releases/list] on the draft GitHub release.
3131

32-
[compare/view]: https://github.com/lightbend/mima/compare/0.4.0...master
32+
[compare/view]: https://github.com/lightbend/mima/compare/0.9.0...main
3333
[issues/new]: https://github.com/lightbend/mima/issues/new
3434
[milestones/list]: https://github.com/lightbend/mima/milestones?direction=asc
3535
[milestones/new]: https://github.com/lightbend/mima/milestones/new
3636
[prs/list]: https://github.com/lightbend/mima/pulls
3737
[releases/list]: https://github.com/lightbend/mima/releases
3838
[releases/new]: https://github.com/lightbend/mima/releases/new
3939

40-
[RELEASING.md]: https://raw.githubusercontent.com/lightbend/mima/master/RELEASING.md
40+
[RELEASING.md]: https://raw.githubusercontent.com/lightbend/mima/main/RELEASING.md
4141
[repo1/list]: https://repo1.maven.org/maven2/com/typesafe/mima-core_2.12/0.5.0/
4242
[sonatype/guide]: https://central.sonatype.org/pages/releasing-the-deployment.html
4343
[sonatype/staging-repos]: https://oss.sonatype.org/#stagingRepositories

0 commit comments

Comments
 (0)