diff --git a/repositories/repositories.bzl b/repositories/repositories.bzl index 174f43a1..ca137e9f 100644 --- a/repositories/repositories.bzl +++ b/repositories/repositories.bzl @@ -41,9 +41,9 @@ def ros2_workspace_repositories(): http_archive, name = "spdlog", build_file = "@com_github_mvukov_rules_ros2//repositories:spdlog.BUILD.bazel", - sha256 = "1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b", - strip_prefix = "spdlog-1.14.1", - url = "https://github.com/gabime/spdlog/archive/v1.14.1.tar.gz", + sha256 = "9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5", + strip_prefix = "spdlog-1.15.0", + url = "https://github.com/gabime/spdlog/archive/v1.15.0.tar.gz", ) maybe(