We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d34434 commit 9a4b4cfCopy full SHA for 9a4b4cf
1 file changed
conanfile.py
@@ -16,7 +16,7 @@ def configure(self):
16
else:
17
self.requires = conans.model.requires.Requirements(['catch2/3.4.0', 'gtest/1.14.0', 'docopt.cpp/0.6.3',
18
'spdlog/1.12.0', 'sml/1.1.8', 'nlohmann_json/3.11.2',
19
- 'boost/1.81.0', 'crowcpp-crow/1.0+5', 'cppzmq/4.9.0',
+ 'boost/1.83.0', 'crowcpp-crow/1.0+5', 'cppzmq/4.9.0',
20
'protobuf/3.21.12'])
21
22
def build(self):
0 commit comments