diff --git a/vcpkg.json b/vcpkg.json index 7d15fab5e..f01f7c2fa 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -18,7 +18,7 @@ }, { "name": "fmt", - "version>=": "9.0.0" + "version>=": "10.0.0" }, { "name": "catch2", @@ -41,6 +41,10 @@ } ], "overrides": [ + { + "name": "fmt", + "version": "10.0.0" + }, { "name": "catch2", "version": "2.13.8"