Skip to content

Commit

Permalink
Update dependency nlohmann_json to v3.11.3 (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Milan Vukov <[email protected]>
  • Loading branch information
renovate[bot] and mvukov authored Dec 23, 2023
1 parent 0027c44 commit c49e1d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion repositories/foxglove_bridge.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cc_library(
copts = ["-std=c++17"],
includes = ["foxglove_bridge_base/include"],
deps = [
"@nlohmann_json",
"@nlohmann_json//:json",
"@websocketpp",
],
)
Expand Down
11 changes: 0 additions & 11 deletions repositories/nlohmann_json.BUILD.bazel

This file was deleted.

6 changes: 2 additions & 4 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,8 @@ def ros2_repositories():
maybe(
http_archive,
name = "nlohmann_json",
build_file = "@com_github_mvukov_rules_ros2//repositories:nlohmann_json.BUILD.bazel",
strip_prefix = "single_include",
sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed",
urls = ["https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip"],
sha256 = "a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d",
urls = ["https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip"],
)

maybe(
Expand Down

0 comments on commit c49e1d2

Please sign in to comment.