File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
1414
1515## Upcoming
1616
17- * ![ ** CHANGED** ] ( https://img.shields.io/badge/-CHANGED-%23e90 ) Updated google test to v1.15 .0.
17+ * ![ ** CHANGED** ] ( https://img.shields.io/badge/-CHANGED-%23e90 ) Updated google test to v1.16 .0.
1818* ![ ** ADDED** ] ( https://img.shields.io/badge/-ADDED-%23099 ) clang-format
1919* ![ ** ADDED** ] ( https://img.shields.io/badge/-ADDED-%23099 ) automatic update dependencies ci
2020
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ include(FetchContent)
2121FetchContent_Declare(
2222 googletest
2323 GIT_REPOSITORY https://github.com/google/googletest.git
24- GIT_TAG v1.15.2
24+ GIT_TAG v1.16.0
2525)
2626FetchContent_MakeAvailable(googletest)
2727
You can’t perform that action at this time.
0 commit comments