diff --git a/WORKSPACE b/WORKSPACE index 4ca1d78..509e905 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -47,8 +47,8 @@ cc_library( http_archive( name = "nlohmann_json", build_file_content = _NLOHMANN_JSON_BUILD_FILE, - sha256 = "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e", - url = "https://github.com/nlohmann/json/releases/download/v3.10.5/include.zip", + sha256 = "b8cb0ef2dd7f57f18933997c9934bb1fa962594f701cd5a8d3c2c80541559372", + url = "https://github.com/nlohmann/json/releases/download/v3.12.0/include.zip", ) http_archive(