Skip to content

Commit ee3d296

Browse files
committed
feat: update onetbb, nlohmann_json, gtest, roaring, yaml-cpp and zstd to most recent versions
1 parent 5cd428e commit ee3d296

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

conanfile.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ class SiloRecipe(ConanFile):
99
"arrow/19.0.1",
1010
"boost/1.85.0",
1111
"poco/1.13.3",
12-
"hwloc/2.9.3",
13-
"onetbb/2021.10.0",
14-
"nlohmann_json/3.11.2",
15-
"gtest/cci.20210126",
16-
"roaring/1.0.0",
12+
"onetbb/2022.0.0",
13+
"nlohmann_json/3.12.0",
14+
"gtest/1.16.0",
15+
"roaring/4.2.1",
1716
"spdlog/1.15.1",
18-
"yaml-cpp/0.7.0",
19-
"zstd/1.5.5",
17+
"yaml-cpp/0.8.0",
18+
"zstd/1.5.7",
2019
"re2/20240702",
21-
"abseil/20240116.1",
2220
]
2321

2422
default_options = {

0 commit comments

Comments
 (0)