Skip to content

Commit 5dd97d7

Browse files
committed
tooling: Pin nlohmann_json dependency to 3.10.5
1 parent 9e23f02 commit 5dd97d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conanfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def requirements(self):
3838
self.requires("boost/[~=1.69]", override=True)
3939
self.requires("fmt/[~=8.1.1]")
4040
self.requires("inja/[~=3.3.0]")
41+
self.requires("nlohmann_json/[~=3.10.5]")
4142
requires = [
4243
"cloe-runtime",
4344
"cloe-models",

fable/conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Fable(ConanFile):
2929
requires = [
3030
"boost/[>=1.65.1]",
3131
"fmt/[>=6.2.0]",
32-
"nlohmann_json/[~=3.9.1]",
32+
"nlohmann_json/[~=3.10.5]",
3333
]
3434

3535
_cmake = None

0 commit comments

Comments
 (0)