Skip to content

Commit 9d7d56d

Browse files
committed
Update dependency nlohmann_json to v3.11.2
1 parent 2717b5e commit 9d7d56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ cc_library(
1717
http_archive(
1818
name = "nlohmann_json",
1919
build_file_content = _NLOHMANN_JSON_BUILD_FILE,
20-
sha256 = "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e",
21-
url = "https://github.com/nlohmann/json/releases/download/v3.10.5/include.zip",
20+
sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed",
21+
url = "https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip",
2222
)
2323

2424
http_archive(

0 commit comments

Comments
 (0)