Skip to content

Commit 9a4b4cf

Browse files
committed
updated boost to 1.83
1 parent 9d34434 commit 9a4b4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def configure(self):
1616
else:
1717
self.requires = conans.model.requires.Requirements(['catch2/3.4.0', 'gtest/1.14.0', 'docopt.cpp/0.6.3',
1818
'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',
19+
'boost/1.83.0', 'crowcpp-crow/1.0+5', 'cppzmq/4.9.0',
2020
'protobuf/3.21.12'])
2121

2222
def build(self):

0 commit comments

Comments
 (0)