diff options
author | Liam <[email protected]> | 2023-05-02 21:27:17 -0400 |
---|---|---|
committer | Liam <[email protected]> | 2023-05-02 21:27:17 -0400 |
commit | d1dd54cbfae8418917ad83f9c7738220145340ce (patch) | |
tree | 7b1cb3e90b02979929191be53b43c6d4ab95f706 /vcpkg.json | |
parent | 451b1bba26a257484aa71af93722a014d50bf2d4 (diff) | |
download | yuzu-android-d1dd54cbfae8418917ad83f9c7738220145340ce.tar.gz yuzu-android-d1dd54cbfae8418917ad83f9c7738220145340ce.zip |
catch2: update to 3.3.1
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 0352dab77..19f99e89e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -49,7 +49,7 @@ "overrides": [ { "name": "catch2", - "version": "3.0.1" + "version": "3.3.1" }, { "name": "fmt", |