From a679786b670e8e80567ec485cc26c5bab1755a34 Mon Sep 17 00:00:00 2001 From: Wilde Simon Date: Tue, 20 Sep 2022 13:19:47 +0200 Subject: [PATCH] Specify submodule branch --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index ac3f794..1c6103b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,5 @@ [submodule "libs/json"] path = libs/json url = https://github.com/nlohmann/json.git + branch = v3.11.2 shallow = true