Fix .gitmodules to use the correct absl branch

deannagarcia-patch-5
deannagarcia 2 years ago committed by GitHub
parent 5ddb1fc609
commit f51da1fe66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules

2
.gitmodules vendored

@ -5,7 +5,7 @@
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = lts_2023_01_24
branch = lts_2023_01_25
[submodule "third_party/jsoncpp"]
path = third_party/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git

Loading…
Cancel
Save