Skip to content

Additional update to bazel dependencies#34

Open
ThomasClausnitzer wants to merge 2 commits into
eclipse-score:mainfrom
score-json:ThomasClausnitzer-update_bazel_deps_v3.12
Open

Additional update to bazel dependencies#34
ThomasClausnitzer wants to merge 2 commits into
eclipse-score:mainfrom
score-json:ThomasClausnitzer-update_bazel_deps_v3.12

Conversation

@ThomasClausnitzer
Copy link
Copy Markdown

This PR adds additional updates to the module.bazel deps, that are needed for correct creation of the bazel dependency graph in eclipse-score/baselibs#144.

In detail, some toolchain versions that had been updated in baselibs since #32, have been updated here as well. Additionally, further toolchains have been added as dev_dependency to reduce potential errors in the baselib github actions.

Comment thread MODULE.bazel

bazel_dep(name = "score_docs_as_code", version = "3.0.0")
bazel_dep(name = "score_tooling", version = "1.1.2", dev_dependency = True)
bazel_dep(name = "score_docs_as_code", version = "4.0.3")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this one be a dev-dependency as well?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the end I didn't add it as dev-dependency because I saw it being used in the BUILD.bazel with the TSF docs. However, I dont have a strong opinion about it being there or not.

@ThomasClausnitzer ThomasClausnitzer marked this pull request as ready for review May 29, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants