diff --git a/vcpkg.json b/vcpkg.json index 413936d7..2e3cc628 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,35 +5,35 @@ "dependencies": [ { "name": "boost-system", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-filesystem", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-test", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-program-options", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-multiprecision", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-signals2", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-date-time", - "version>=": "1.79.0" + "version=": "1.84.0" }, { "name": "boost-thread", - "version>=": "1.79.0" + "version=": "1.84.0" } ] }