From e293c9ac27fc1582218b36780dcf6dae9b7bef5f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 22 Aug 2021 00:34:12 +0000 Subject: Upstream release v3.10.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1240a89..ccc5293 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent - GIT_TAG v3.9.1) + GIT_TAG v3.10.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) -- cgit v1.2.3