Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszwawrzyk committed Apr 25, 2024
1 parent 0631731 commit 6c2e7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ Bazel Steward is published to Maven Central under `org.virtuslab:bazel-steward`.
To easily run it, use [Coursier](https://get-coursier.io/docs/cli-installation).

```
coursier launch org.virtuslab:bazel-steward:1.4.0 --main org.virtuslab.bazelsteward.app.Main -- --help
coursier launch org.virtuslab:bazel-steward:1.5.0 --main org.virtuslab.bazelsteward.app.Main -- --help
```
## GitHub Releases
Bazel Steward publishes a fat JAR under GitHub Releases. The same JAR is also used in GitHub Actions. You can simply download it and run using the `java` command.
```
wget https://github.com/VirtusLab/bazel-steward/releases/download/v1.4.0/bazel-steward.jar
wget https://github.com/VirtusLab/bazel-steward/releases/download/v1.5.0/bazel-steward.jar
java -jar bazel-steward.jar --help
```
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This was the most basic guide on Bazel Steward. To learn more about configuratio
You can give Bazel Steward a quick try by running following command from the root of your Bazel workspace:

```
coursier launch org.virtuslab:bazel-steward:1.4.0 --main org.virtuslab.bazelsteward.app.Main -- --no-remote --analyze-only
coursier launch org.virtuslab:bazel-steward:1.5.0 --main org.virtuslab.bazelsteward.app.Main -- --no-remote --analyze-only
```

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

0 comments on commit 6c2e7c1

Please sign in to comment.