Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[workspace] Upgrade scs_internal to latest release 3.2.7 #21797

Merged
merged 8 commits into from
Aug 26, 2024
4 changes: 2 additions & 2 deletions tools/workspace/scs_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def scs_internal_repository(
upgrade_advice = """
When updating this commit, see drake/tools/workspace/qdldl/README.md.
""",
commit = "3.2.3",
sha256 = "fe5e8c61ca5ea97975e231b1bb4a873d86e7908fdff416101c2a7cd13ecf5b41", # noqa
commit = "3.2.7",
sha256 = "bc8211cfd213f3117676ceb7842f4ed8a3bc7ed9625c4238cc7d83f666e22cc9", # noqa
build_file = ":package.BUILD.bazel",
patches = [
":patches/include_paths.patch",
Expand Down