File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Bazel Steward is published to Maven Central under `org.virtuslab:bazel-steward`.
109
109
To easily run it, use [Coursier](https://get-coursier.io/docs/cli-installation).
110
110
111
111
```
112
- coursier launch org.virtuslab:bazel-steward:1.5 .0 --main org.virtuslab.bazelsteward.app.Main -- --help
112
+ coursier launch org.virtuslab:bazel-steward:1.6 .0 --main org.virtuslab.bazelsteward.app.Main -- --help
113
113
```
114
114
115
115
## GitHub Releases
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ This was the most basic guide on Bazel Steward. To learn more about configuratio
78
78
You can give Bazel Steward a quick try by running following command from the root of your Bazel workspace :
79
79
80
80
` ` `
81
- coursier launch org.virtuslab:bazel-steward:1.5.2 --main org.virtuslab.bazelsteward.app.Main -- --no-remote --analyze-only
81
+ coursier launch org.virtuslab:bazel-steward:1.6.0 --main org.virtuslab.bazelsteward.app.Main -- --no-remote --analyze-only
82
82
` ` `
83
83
84
84
It will show you all outdated dependencies in your project and versions that Bazel Steward suggests to use with its default config.
You can’t perform that action at this time.
0 commit comments