We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb874d commit 5af1208Copy full SHA for 5af1208
docs/index.md
@@ -78,7 +78,7 @@ This was the most basic guide on Bazel Steward. To learn more about configuratio
78
You can give Bazel Steward a quick try by running following command from the root of your Bazel workspace:
79
80
```
81
-coursier launch org.virtuslab:bazel-steward:1.5.0 --main org.virtuslab.bazelsteward.app.Main -- --no-remote --analyze-only
+coursier launch org.virtuslab:bazel-steward:1.5.2 --main org.virtuslab.bazelsteward.app.Main -- --no-remote --analyze-only
82
83
84
-It will show you all outdated dependencies in your project and versions that Bazel Steward suggests to use with its default config.
+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