Skip to content
Closed
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
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bazel_dep(name = "eigen", version = "3.4.0.bcr.3")
bazel_dep(name = "openmp", version = "21.1.5")
bazel_dep(name = "or-tools", version = "9.15")
bazel_dep(name = "readline", version = "8.2.bcr.3")
bazel_dep(name = "spdlog", version = "1.15.1")
bazel_dep(name = "spdlog", version = "1.17.0")
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.

medium

The pull request description notes that DependencyInstaller.sh pins spdlog to version 1.15.0. To maintain consistency across build systems and avoid potential discrepancies in behavior or API availability, please update the version in DependencyInstaller.sh to 1.17.0 as well.

bazel_dep(name = "tcl_lang", version = "8.6.16.bcr.1")
bazel_dep(name = "tclreadline", version = "2.4.1")
bazel_dep(name = "tcmalloc", version = "0.0.0-20250927-12f2552")
Expand Down
Loading