Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)

## Custom Module Loading

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.

bazel_dep(name = "score_tooling", version = "1.2.0", dev_dependency = True)

# C/C++ rules for Bazel
bazel_dep(name = "rules_cc", version = "0.2.16")
bazel_dep(name = "rules_cc", version = "0.2.17")

# C/C++ toolchains
bazel_dep(name = "score_bazel_cpp_toolchains", version = "0.3.1", dev_dependency = True)
Expand Down Expand Up @@ -83,4 +83,4 @@ use_repo(
# Dash license checker
bazel_dep(name = "score_dash_license_checker", version = "0.1.2", dev_dependency = True)

bazel_dep(name = "score_bazel_platforms", version = "0.1.1")
bazel_dep(name = "score_bazel_platforms", version = "0.1.2", dev_dependency = True)
Loading