diff --git a/conanfile.py b/conanfile.py index 925c08a..7448166 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ class MikageConan(ConanFile): requires = [ #"boost/1.79.0", "boost/1.84.0", - "spdlog/1.10.0", + "spdlog/1.15.0", "cryptopp/8.5.0", "sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller "range-v3/0.11.0", @@ -17,7 +17,7 @@ class MikageConan(ConanFile): "spirv-tools/1.3.268.0", "tracy/0.11.1", "xxhash/0.8.0", - "fmt/8.1.1", + "fmt/11.1.1", ] options = {