diff options
author | Liam <byteslice@airmail.cc> | 2023-05-03 03:27:17 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-05-03 03:27:17 +0200 |
commit | d1dd54cbfae8418917ad83f9c7738220145340ce (patch) | |
tree | 7b1cb3e90b02979929191be53b43c6d4ab95f706 /vcpkg.json | |
parent | Merge pull request #10133 from lat9nq/clang-shadow-and-fallthrough (diff) | |
download | yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.tar yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.tar.gz yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.tar.bz2 yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.tar.lz yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.tar.xz yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.tar.zst yuzu-d1dd54cbfae8418917ad83f9c7738220145340ce.zip |
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", |