Skip to content

Commit fd91acc

Browse files
authored
Update deps catch2 version to 2.13.9 (#22)
1 parent 717e1e1 commit fd91acc

File tree

2 files changed

+895
-522
lines changed

2 files changed

+895
-522
lines changed

scripts/get-dep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ function get_json()
5757

5858
function get_catch()
5959
{
60-
GIT_REPO="https://github.com/philsquared/Catch.git"
61-
GIT_TAG="v2.11.0"
60+
GIT_REPO="https://github.com/catchorg/Catch2.git"
61+
GIT_TAG="v2.13.9"
6262
DEST="deps/catch"
6363

6464
get_dep "${GIT_REPO}" "${GIT_TAG}" "${DEST}"

0 commit comments

Comments
 (0)