File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.)
42
42
To use it add the following to your ` project/plugins.sbt ` file:
43
43
44
44
```
45
- addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1 ")
45
+ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0 ")
46
46
```
47
47
48
48
Add the following to your ` build.sbt ` file:
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ See the [prerequisites](#prerequisites) if this is your first release.
29
29
* [ ] Run ` git push --follow-tags ` to push the tag.
30
30
* [ ] [ Find and hit "Publish Release"] [ releases/list ] on the draft GitHub release.
31
31
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
33
33
[ issues/new ] : https://github.com/lightbend/mima/issues/new
34
34
[ milestones/list ] : https://github.com/lightbend/mima/milestones?direction=asc
35
35
[ milestones/new ] : https://github.com/lightbend/mima/milestones/new
36
36
[ prs/list ] : https://github.com/lightbend/mima/pulls
37
37
[ releases/list ] : https://github.com/lightbend/mima/releases
38
38
[ releases/new ] : https://github.com/lightbend/mima/releases/new
39
39
40
- [ RELEASING.md ] : https://raw.githubusercontent.com/lightbend/mima/master /RELEASING.md
40
+ [ RELEASING.md ] : https://raw.githubusercontent.com/lightbend/mima/main /RELEASING.md
41
41
[ repo1/list ] : https://repo1.maven.org/maven2/com/typesafe/mima-core_2.12/0.5.0/
42
42
[ sonatype/guide ] : https://central.sonatype.org/pages/releasing-the-deployment.html
43
43
[ sonatype/staging-repos ] : https://oss.sonatype.org/#stagingRepositories
You can’t perform that action at this time.
0 commit comments