Skip to content

Commit fc28fbf

Browse files
authored
docs: update bazel_dep versions in how-to guides (#505)
Bump score_docs_as_code 2.0.3 => 4.0.1 in setup.md and score_process 1.3.0 => 1.5.3 in other_modules.rst.
1 parent 8fd1175 commit fc28fbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/how-to/other_modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A minimal example (add or extend the existing `bazel_deps` stanza):
3535

3636
.. code-block:: starlark
3737
38-
bazel_dep(name = "score_process", version = "1.3.0")
38+
bazel_dep(name = "score_process", version = "1.5.3")
3939
4040
2) Extend your `docs` rule so Sphinx picks up the other module's inventory
4141
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/how-to/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ designed to enhance documentation capabilities in S-CORE.
2323
Add the module to your `MODULE.bazel` file:
2424

2525
```starlark
26-
bazel_dep(name = "score_docs_as_code", version = "2.0.3")
26+
bazel_dep(name = "score_docs_as_code", version = "4.0.1")
2727
```
2828

2929
And make sure to also add the S-core Bazel registry to your `.bazelrc` file

0 commit comments

Comments
 (0)