commit | f51da1fe664ad4e76a0238b7ddbf78bb72fb0d8b | [log] [tgz] |
---|---|---|
author | deannagarcia <69992229+deannagarcia@users.noreply.github.com> | Wed Apr 12 10:01:09 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 12 10:01:09 2023 -0700 |
tree | 2969f3403ae901231f1485097e90a2fb05d94ad6 | |
parent | 5ddb1fc609d2416e8575c9e7435c608222c2edb2 [diff] |
Fix .gitmodules to use the correct absl branch
diff --git a/.gitmodules b/.gitmodules index 3262890..6a76a29 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -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