We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717e1e1 commit fd91accCopy full SHA for fd91acc
2 files changed
scripts/get-dep.sh
@@ -57,8 +57,8 @@ function get_json()
57
58
function get_catch()
59
{
60
- GIT_REPO="https://github.com/philsquared/Catch.git"
61
- GIT_TAG="v2.11.0"
+ GIT_REPO="https://github.com/catchorg/Catch2.git"
+ GIT_TAG="v2.13.9"
62
DEST="deps/catch"
63
64
get_dep "${GIT_REPO}" "${GIT_TAG}" "${DEST}"
0 commit comments