diff --git a/docs/how-to/other_modules.rst b/docs/how-to/other_modules.rst index caa7b138b..c1a2e18c0 100644 --- a/docs/how-to/other_modules.rst +++ b/docs/how-to/other_modules.rst @@ -35,7 +35,7 @@ A minimal example (add or extend the existing `bazel_deps` stanza): .. code-block:: starlark - bazel_dep(name = "score_process", version = "1.3.0") + bazel_dep(name = "score_process", version = "1.5.3") 2) Extend your `docs` rule so Sphinx picks up the other module's inventory ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/how-to/setup.md b/docs/how-to/setup.md index e632ba911..253f88116 100644 --- a/docs/how-to/setup.md +++ b/docs/how-to/setup.md @@ -23,7 +23,7 @@ designed to enhance documentation capabilities in S-CORE. Add the module to your `MODULE.bazel` file: ```starlark -bazel_dep(name = "score_docs_as_code", version = "2.0.3") +bazel_dep(name = "score_docs_as_code", version = "4.0.1") ``` And make sure to also add the S-core Bazel registry to your `.bazelrc` file