Skip to content

Commit dc5fe31

Browse files
committed
bump version in docs
1 parent da4afb7 commit dc5fe31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Bazel Steward is published to Maven Central under `org.virtuslab:bazel-steward`.
109109
To easily run it, use [Coursier](https://get-coursier.io/docs/cli-installation).
110110

111111
```
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
113113
```
114114
115115
## GitHub Releases

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This was the most basic guide on Bazel Steward. To learn more about configuratio
7878
You can give Bazel Steward a quick try by running following command from the root of your Bazel workspace:
7979

8080
```
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
8282
```
8383

8484
It will show you all outdated dependencies in your project and versions that Bazel Steward suggests to use with its default config.

0 commit comments

Comments
 (0)