diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ set_version(zenversion, { build = "%Y%m%d%H%M" }) add_requires( "vcpkg::asio", - "vcpkg::catch2", + "vcpkg::catch2 2.13.8", "vcpkg::cpr", "vcpkg::curl", "vcpkg::cxxopts", |