Skip to content
Open
Show file tree
Hide file tree
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: 3 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,17 @@ bazel_dep(name = "platforms", version = "1.0.0")

# S-CORE process rules
bazel_dep(name = "score_bazel_platforms", version = "0.1.2")

bazel_dep(name = "score_docs_as_code", version = "4.6.0", dev_dependency = True)

bazel_dep(name = "score_docs_as_code", version = "4.6.1")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why is the dev_dependency removed? Please explain it in the commit msg or in PR description so that future devs can follo-up on the reasoning and do not blindly remove it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I blindly applied the patches given in the linked gh issue

bazel_dep(name = "score_tooling", version = "1.2.0")
single_version_override(
module_name = "score_tooling",
version = "1.1.2",
)

bazel_dep(name = "score_rust_policies", version = "0.0.5")
bazel_dep(name = "score_process", version = "1.5.4")
bazel_dep(name = "score_platform", version = "0.6.2")

bazel_dep(name = "score_process", version = "1.5.4", dev_dependency = True)
bazel_dep(name = "score_platform", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "score_itf", version = "0.4.0", dev_dependency = True)

# OCI / Docker image rules for integration tests
Expand Down
13 changes: 8 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading