From 8d27e1a988a7dd66e71859c4c8b7acea6f40d908 Mon Sep 17 00:00:00 2001 From: Chris Langhans Date: Tue, 21 Apr 2026 09:45:28 +0200 Subject: [PATCH] docs: update bazel_dep versions in how-to guides 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. Co-Authored-By: Claude Opus 4.6 --- docs/how-to/other_modules.rst | 2 +- docs/how-to/setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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