Skip to content

Commit

Permalink
Bump nlohmann_json/3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb authored Nov 2, 2022
1 parent 160c366 commit 1976f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/json-schema-validator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def configure(self):
del self.options.fPIC

def requirements(self):
self.requires("nlohmann_json/3.10.5")
self.requires("nlohmann_json/3.11.2")

def validate(self):
version = tools.Version(self.version)
Expand Down

0 comments on commit 1976f71

Please sign in to comment.