diff --git a/releases.json b/releases.json index 73b8384513..302f2fb93f 100644 --- a/releases.json +++ b/releases.json @@ -2469,9 +2469,11 @@ }, "nlohmann_json": { "dependency_names": [ - "nlohmann_json" + "nlohmann_json", + "nlohmann_json_multiple_headers" ], "versions": [ + "3.11.3-2", "3.11.3-1", "3.11.2-1", "3.10.5-1", diff --git a/subprojects/nlohmann_json.wrap b/subprojects/nlohmann_json.wrap index 223f7b334f..d559c9446c 100644 --- a/subprojects/nlohmann_json.wrap +++ b/subprojects/nlohmann_json.wrap @@ -8,3 +8,4 @@ source_hash = a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d [provide] nlohmann_json = nlohmann_json_dep +nlohmann_json_multiple_headers = nlohmann_json_multiple_headers